summaryrefslogtreecommitdiff
path: root/doc
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 /doc
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 'doc')
-rw-r--r--doc/source/conf.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 71909b7..a6eb2c4 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -43,10 +43,6 @@ extensions = ['sphinx.ext.autodoc',
'sphinx.ext.todo',
'sphinx.ext.coverage',
'sphinx.ext.intersphinx',
- # NOTE(blk-u): Uncomment the [pbr] section in setup.cfg and
- # remove this Sphinx extension when
- # https://launchpad.net/bugs/1260495 is fixed.
- 'ext.apidoc',
'oslosphinx',
'oslo_config.sphinxconfiggen'
]