summaryrefslogtreecommitdiffstats
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 381826fb1..4da5002f8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -23,6 +23,8 @@ commands =
sphinx-build -W -b html api/ api/_build
doc8 docs/release/release-notes --ignore-path docs/release/release-notes/build
sphinx-build -W -b html docs/release/release-notes docs/release/release-notes/build/html
+ doc8 docs/testing/user/configguide --ignore-path docs/testing/user/configguide/build
+ sphinx-build -W -b html docs/testing/user/configguide docs/testing/user/configguide/build/html
[testenv:pep8]
basepython = python2.7