summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2017-05-22 03:37:13 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2017-05-22 03:40:14 +0200
commit97f0e4b6e4fa8e2a1c057b72ecc9b86e44d7fa3c (patch)
treebf4fd7c09c3397628925ed839620fb8ed6cec3c7 /tox.ini
parent3b008aed434448a543611c73afa282596f8b3f5d (diff)
Turn Sphinx warnings into errors
Change-Id: Iefc223a9fa6dbc4e9476aca84b3df4304058862b Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 4cd53b033..6a2edbffe 100644
--- a/tox.ini
+++ b/tox.ini
@@ -16,7 +16,7 @@ commands = nosetests --with-xunit \
[testenv:docs]
basepython = python2.7
-commands = sphinx-build -b html docs/api/ docs/api/_build
+commands = sphinx-build -W -b html docs/api/ docs/api/_build
[testenv:pep8]
basepython = python2.7