From e265141db88777eeffc92d3d2d12613876210cd9 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Thu, 24 Sep 2015 18:55:40 +0000 Subject: 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 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.cfg') 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 -- cgit v1.2.1