From 69ea5d7dcae735a3d4237453eb78f7a8d83aa2ad Mon Sep 17 00:00:00 2001 From: melissaml Date: Mon, 12 Mar 2018 04:45:38 +0800 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d8cb508..bee979a 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =