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
This commit is contained in:
Gage Hugo 2017-03-08 11:02:46 -06:00
parent 124caad93e
commit 126cad8dee
2 changed files with 4 additions and 4 deletions

View File

@ -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'
]

View File

@ -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