summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index e8a78569..aa93b690 100644
--- a/tox.ini
+++ b/tox.ini
@@ -76,7 +76,7 @@ commands = jenkins-jobs test -o .test/new/out/ .test/new/config/
[testenv:docs]
commands =
{[tox]install_test_deps}
- sphinx-build -n -b html -d doc/build/doctrees doc/source doc/build/html
+ sphinx-build -n -W -b html -d doc/build/doctrees doc/source doc/build/html
[testenv:docs-linkcheck]
# If you are behind a proxy, for this test to work you will need to set
@@ -84,7 +84,7 @@ commands =
# through the proxy environment settings to be able to validate any urls.
commands =
{[tox]install_test_deps}
- sphinx-build -n -b linkcheck -d doc/build/doctrees doc/source doc/build/linkcheck
+ sphinx-build -n -W -b linkcheck -d doc/build/doctrees doc/source doc/build/linkcheck
[testenv:venv]
commands = {posargs}