Add -W for document build

For more detials information, please refer to:
http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html

Change-Id: Id06803a45d088e1e4292598a79b7515d3eb91a11
This commit is contained in:
melissaml 2018-03-12 04:45:38 +08:00
parent 291b307d9d
commit 69ea5d7dca
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 =