From 045e47938f445741b6efedeb7243d3b413ea3229 Mon Sep 17 00:00:00 2001 From: David Stanek Date: Mon, 15 Sep 2014 18:38:25 +0000 Subject: Removes temporary fix for doc generation A temporary fix was added to get around a bug in how pbr handles its autodoc_tree_index_modules setting. Since this bug is fixed we no longer need the work around. Change-Id: Id8274ef5c244bf50a34702ed9b4e50d3b82d8028 Closes-Bug: #1260495 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index e88046e..8d7ba7f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -45,6 +45,7 @@ all_files = 1 [pbr] warnerrors = True +autodoc_tree_index_modules = True [upload_sphinx] upload-dir = doc/build/html -- cgit v1.2.1