aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
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