summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTakashi NATSUME <natsume.takashi@lab.ntt.co.jp>2018-09-13 04:38:58 +0900
committerTakashi NATSUME <natsume.takashi@lab.ntt.co.jp>2018-09-13 04:57:03 +0900
commit9d8eda8b824d2cd106e4bb75dae6dcd4399ca343 (patch)
tree98d2a0fcbdd7bd56390d04b7840ef858bc470bec /tox.ini
parent8128ebbdd9dd6312fb09fd2b65cf3aee0bca9921 (diff)
downloadpython-novaclient-9d8eda8b824d2cd106e4bb75dae6dcd4399ca343.tar.gz
Follow the new PTI for document build
- Follow new PTI for docs build - Add sphinxcontrib.apidoc to replace pbr autodoc REF: 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 Change-Id: Ic66fe4d5488c7777439a416fbf86d37af807804d Closes-Bug: #1792115
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 b3666b18..a6eaefbd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -46,7 +46,7 @@ deps =
-r{toxinidir}/doc/requirements.txt
commands =
rm -rf doc/build
- sphinx-build -b html doc/source doc/build/html
+ sphinx-build -W -b html doc/source doc/build/html
[testenv:releasenotes]
basepython = python3