aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 4 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 91b767c32..381826fb1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -19,7 +19,10 @@ commands = nosetests --with-xunit \
[testenv:docs]
basepython = python2.7
-commands = sphinx-build -W -b html api/ api/_build
+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
[testenv:pep8]
basepython = python2.7