diff options
author | Gage Hugo <gagehugo@gmail.com> | 2017-03-08 11:02:46 -0600 |
---|---|---|
committer | Gage Hugo <gagehugo@gmail.com> | 2017-03-08 11:02:46 -0600 |
commit | 126cad8dee7a4455901c5fb56a81cb17a473c2b0 (patch) | |
tree | 21a7259034d6f839c82ee94cdc8f003e452873bb /setup.cfg | |
parent | 124caad93eeeb92f901aca5d899a434809c639a8 (diff) | |
download | keystonemiddleware-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.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |