summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 98724bd91..9c97b69c4 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