Merge "Remove old comment referencing fixed bug"

This commit is contained in:
Jenkins 2017-03-15 01:56:27 +00:00 committed by Gerrit Code Review
commit a2e3d60644
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