summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGage Hugo <gagehugo@gmail.com>2017-07-17 11:07:35 -0500
committerGage Hugo <gagehugo@gmail.com>2017-07-17 11:11:09 -0500
commit15b9ad644dc1fb903449f96527bf7e9d764af35e (patch)
treee4dc33bdf9a21ea026db1760fb2678568a30238b /doc
parent4b0b4154bda612f1f85ae1e08a1bc351ea1d16e5 (diff)
downloadkeystonemiddleware-15b9ad644dc1fb903449f96527bf7e9d764af35e.tar.gz
Enable sphinx todo extension
In a previous change [0] when warning-is-error was added, the sphinx todo extension was causing errors with duplicate registration. However with the recent changes between pbr and sphinx, this extension no longer throws a duplicate error when using warning-is-error and we can add it back in. [0] https://review.openstack.org/#/c/439819/ Change-Id: Ib71f156eb179bdfe07479441334ea0efcc594924
Diffstat (limited to 'doc')
-rw-r--r--doc/source/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 6cbf48a..0cef1f7 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -38,6 +38,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',