summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDavid Stanek <dstanek@dstanek.com>2014-09-15 18:38:25 +0000
committerDavid Stanek <dstanek@dstanek.com>2015-05-07 03:12:18 +0000
commit045e47938f445741b6efedeb7243d3b413ea3229 (patch)
treed68a24a596a27c1e9d16668fa262532b3cb56bc5 /setup.cfg
parent39b7f963f595ba3517c7e5540981bce356ec0e1b (diff)
downloadpython-keystoneclient-045e47938f445741b6efedeb7243d3b413ea3229.tar.gz
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
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 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