Merge "Add -W for document build"

This commit is contained in:
Zuul 2018-03-21 10:05:12 +00:00 committed by Gerrit Code Review
commit 04881390a4
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ commands = {posargs}
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
-r{toxinidir}/doc/requirements.tx
commands = sphinx-build -b html doc/source doc/build/html
commands = sphinx-build -W -b html doc/source doc/build/html
[testenv:spelling]
deps =