summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authormelissaml <ma.lei@99cloud.net>2018-04-20 14:44:58 +0800
committerMorgan Fainberg <morgan.fainberg@gmail.com>2018-06-06 15:22:22 +0000
commita451b28c434be314c3e626fa3c4f444bb1acd979 (patch)
tree8c138e1caf91d5ed3a07afb4bf937ae7b9a085c6 /tox.ini
parent83d0612e03471f56be3be2b521cc21974118cebe (diff)
downloadkeystonemiddleware-a451b28c434be314c3e626fa3c4f444bb1acd979.tar.gz
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 <nguyentrihai93@gmail.com> Change-Id: Ia0a27229f09467980ff4af014001febb017bb36d
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
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