summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2015-09-24 18:55:40 +0000
committerDoug Hellmann <doug@doughellmann.com>2015-09-25 14:07:46 +0000
commite265141db88777eeffc92d3d2d12613876210cd9 (patch)
tree09a15ecc42fb953bdc79a58a91b0911de65988bd /setup.cfg
parent4c164868c46102d26d645c4da3098237af7d382d (diff)
downloadoslotest-e265141db88777eeffc92d3d2d12613876210cd9.tar.gz
auto-generate API documentation
Tell pbr to automatically generate the API documentation and remove the hand-curated file doing the same. Move the new API documentation section to a separate toctree to allow us to only show one level of nodes in the table of contents. Change-Id: I8edd36090688a607685d5708f99a78fd235defed
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index f6b63fe..85a9d48 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -37,6 +37,7 @@ upload-dir = doc/build/html
[pbr]
warnerrors = true
+autodoc_index_modules = true
[wheel]
universal = true