summaryrefslogtreecommitdiff
path: root/setup.cfg
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 /setup.cfg
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 'setup.cfg')
-rw-r--r--setup.cfg12
1 files changed, 0 insertions, 12 deletions
diff --git a/setup.cfg b/setup.cfg
index 7b3f4a20..19e05c17 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -29,21 +29,9 @@ packages =
console_scripts =
nova = novaclient.shell:main
-[build_sphinx]
-builders = html,man
-all-files = 1
-warning-is-error = 1
-source-dir = doc/source
-build-dir = doc/build
-
[upload_sphinx]
upload-dir = doc/build/html
-[pbr]
-autodoc_index_modules = True
-autodoc_exclude_modules = novaclient.tests.* novaclient.v2.contrib.*
-api_doc_dir = reference/api
-
[compile_catalog]
domain = novaclient
directory = novaclient/locale