summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-08-27 14:35:35 +0000
committerGerrit Code Review <review@openstack.org>2018-08-27 14:35:35 +0000
commit01c6890d7008ffbe6d9204dac5eefa88de2bdb2f (patch)
treea8af773bc88fcdf26f43a3a1bb038ee92964eb1c /tox.ini
parent5ffffd2c9e032badb994de25e886f4edf1457266 (diff)
parent3530316882ef63f05eaf61025ecd796ab41f9a98 (diff)
downloadironic-01c6890d7008ffbe6d9204dac5eefa88de2bdb2f.tar.gz
Merge "Don't handle warnings as errors"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index d70a88f89..2118b6b9e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -87,7 +87,9 @@ deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
-r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt
-commands = sphinx-build -W -b html doc/source doc/build/html
+# FIXME(TheJulia): we need to add the -W flag back at some point to this command.
+# See story https://storyboard.openstack.org/#!/story/2003020
+commands = sphinx-build -b html doc/source doc/build/html
[testenv:api-ref]
basepython = python3