summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorGage Hugo <gagehugo@gmail.com>2017-03-08 11:02:46 -0600
committerGage Hugo <gagehugo@gmail.com>2017-03-08 11:02:46 -0600
commit126cad8dee7a4455901c5fb56a81cb17a473c2b0 (patch)
tree21a7259034d6f839c82ee94cdc8f003e452873bb /setup.cfg
parent124caad93eeeb92f901aca5d899a434809c639a8 (diff)
downloadkeystonemiddleware-126cad8dee7a4455901c5fb56a81cb17a473c2b0.tar.gz
Remove old comment referencing fixed bug
There was an old comment left regarding this bug: https://bugs.launchpad.net/pbr/+bug/1260495 which was fixed over a year ago but left over. This change removes the comment and related extension and adds the referenced pbr setting. Change-Id: Ib334c136835a9b5b43cabe13b9616cce45e578e0
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index dff4e89..96b3104 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -45,6 +45,10 @@ source-dir = doc/source
build-dir = doc/build
all_files = 1
+[pbr]
+autodoc_tree_index_modules = True
+autodoc_tree_excludes = setup.py
+
[upload_sphinx]
upload-dir = doc/build/html