summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2017-07-04 17:35:31 +0100
committerStephen Finucane <sfinucan@redhat.com>2017-07-12 15:13:04 +0100
commit437b08cf38f836798d51b9736c5af9217f925897 (patch)
treed263d59168ccab577647f67771abc42bbbba196a /setup.cfg
parent945e155f05d3a76fa55c68c77564b136ee3f9ba1 (diff)
downloadpython-novaclient-437b08cf38f836798d51b9736c5af9217f925897.tar.gz
Remove custom autodoc implementation
pbr provides this functionality for us. Make use of it. Change-Id: Ide7b2992ac931395b776d39ed4a1a50bded0a881
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 5aa68c2b..3a8087ff 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -39,6 +39,11 @@ 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