Enable warnings-as-error for doc builds
Change-Id: I9488156cbf606731d8ce3f16857da7aeca2e85e6 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -58,7 +58,7 @@ 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 -b html doc/source doc/build/html
|
||||
commands = sphinx-build -W -b html doc/source doc/build/html
|
||||
|
||||
[testenv:releasenotes]
|
||||
basepython = python3
|
||||
|
Reference in New Issue
Block a user