From a451b28c434be314c3e626fa3c4f444bb1acd979 Mon Sep 17 00:00:00 2001 From: melissaml Date: Fri, 20 Apr 2018 14:44:58 +0800 Subject: Follow the new PTI for document build For compliance with the Project Testing Interface as described in: https://governance.openstack.org/tc/reference/project-testing-interface.html http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html http://lists.openstack.org/pipermail/openstack-dev/2018-March/128594.html Co-Authored-By: Nguyen Hai Change-Id: Ia0a27229f09467980ff4af014001febb017bb36d --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 96b843e..4db5ca7 100644 --- a/tox.ini +++ b/tox.ini @@ -54,7 +54,7 @@ exclude = .venv,.tox,dist,doc,*egg,build deps = -r{toxinidir}/doc/requirements.txt commands= doc8 doc/source - python setup.py build_sphinx + sphinx-build -W -b html doc/source doc/build/html [testenv:releasenotes] deps = -r{toxinidir}/doc/requirements.txt -- cgit v1.2.1