Merge "Don't handle warnings as errors"

This commit is contained in:
Zuul 2018-08-27 14:35:35 +00:00 committed by Gerrit Code Review
commit 01c6890d70

View File

@ -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