Merge "Enable sphinx todo extension"

This commit is contained in:
Jenkins 2017-07-19 08:50:42 +00:00 committed by Gerrit Code Review
commit f83094ba06
1 changed files with 2 additions and 1 deletions

View File

@ -36,6 +36,7 @@ sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__),
# extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.autodoc',
'sphinx.ext.todo',
'sphinx.ext.coverage',
'sphinx.ext.intersphinx',
'openstackdocstheme',
@ -233,4 +234,4 @@ intersphinx_mapping = {
# -- Options for openstackdocstheme -------------------------------------------
repository_name = 'openstack/keystoneauth'
bug_project = 'keystoneauth'
bug_tag = 'doc'
bug_tag = 'doc'