summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhongShengping <chdzsp@163.com>2018-03-02 08:24:57 +0800
committerZhongShengping <chdzsp@163.com>2018-03-02 08:53:50 +0800
commitfc9dc7d5c20059b3b9ee318a6643e117cbc5f195 (patch)
tree16b517f1919818dd5caa699b537e6c82cfb96755
parentff2330598c694886a7972a3449c5a27b15f0db47 (diff)
downloadoslo-utils-fc9dc7d5c20059b3b9ee318a6643e117cbc5f195.tar.gz
Add -W for document build3.36.0
For more detials information, please refer to: http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html Change-Id: Idebdeab428a6fc2aa1f6bba9e919fe4e9f4f6227
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index ed1dd2c..3821309 100644
--- a/tox.ini
+++ b/tox.ini
@@ -21,7 +21,7 @@ commands = {posargs}
[testenv:docs]
deps = -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:cover]
commands = python setup.py test --coverage --coverage-package-name=oslo_utils --testr-args='{posargs}'