From 437b08cf38f836798d51b9736c5af9217f925897 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Tue, 4 Jul 2017 17:35:31 +0100 Subject: Remove custom autodoc implementation pbr provides this functionality for us. Make use of it. Change-Id: Ide7b2992ac931395b776d39ed4a1a50bded0a881 --- setup.cfg | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'setup.cfg') 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 -- cgit v1.2.1