summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-04-04 05:45:36 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2018-04-04 15:59:24 +0200
commit1f0a0085222337691e8209851cac4ef57333a064 (patch)
tree055bf0691225b21a08049b505dddc28c3530d7b4 /tox.ini
parent3756ff6fbd17269fd9d2a585d3d0ef4bea6f6f9e (diff)
Fix Functest Developer Guide
It allows building this documentation via tox. rst files are now checked via doc8. Change-Id: I4f45dc2b6657466b05e7ceec60a751656552584e Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index ea1c6bf45..b6ebdc9bd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -22,6 +22,7 @@ basepython = python2.7
commands =
doc8 \
--ignore-path docs/release/release-notes/build \
+ --ignore-path docs/testing/developer/devguide/build \
--ignore-path docs/testing/user/configguide/build \
--ignore-path docs/testing/user/userguide/build \
docs/release/release-notes \
@@ -29,6 +30,7 @@ commands =
docs/testing/user/userguide
sphinx-build -W -b html api/ api/_build
sphinx-build -W -b html docs/release/release-notes docs/release/release-notes/build/html
+ sphinx-build -W -b html docs/testing/developer/devguide docs/testing/developer/devguide/build/html
sphinx-build -W -b html docs/testing/user/configguide docs/testing/user/configguide/build/html
sphinx-build -W -b html docs/testing/user/userguide docs/testing/user/userguide/build/html