aboutsummaryrefslogtreecommitdiffstats
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 20:15:45 +0200
commitd5aa5525f02c79a47504823eeb6e77496d6dbbf4 (patch)
tree4a0ed6123c8fd1ea641bd29d2dfe898132188e12 /tox.ini
parentfdc6191e3562b4ec327d899cd1a4c395ac1734ba (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> (cherry picked from commit 1f0a0085222337691e8209851cac4ef57333a064)
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