Merge "Don't handle warnings as errors"
This commit is contained in:
commit
01c6890d70
4
tox.ini
4
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user