Merge "Enable warnings-as-error for doc builds"

This commit is contained in:
Zuul 2019-08-08 13:43:09 +00:00 committed by Gerrit Code Review
commit 94e37039ec

@ -58,7 +58,7 @@ deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-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