summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-07-14 20:32:00 +0000
committerGerrit Code Review <review@openstack.org>2017-07-14 20:32:00 +0000
commit1c12eb4131d803880a3ab8dda198f6075ec86b3a (patch)
tree88ff4405d96d4910c2dbdd78edc5638303df843d
parent8c017470ade4f359c9f14d910d530e2fec92d077 (diff)
parent7e209b97675c1a2ba68c61f69d9f594d4c7b48e9 (diff)
downloadkeystonemiddleware-1c12eb4131d803880a3ab8dda198f6075ec86b3a.tar.gz
Merge "Added "warning-is-error" sphinx check for docs"
-rw-r--r--doc/source/conf.py1
-rw-r--r--setup.cfg1
2 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 0cef1f7..6cbf48a 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -38,7 +38,6 @@ 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',
diff --git a/setup.cfg b/setup.cfg
index 8f4c1d7..e5e9943 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -44,6 +44,7 @@ paste.filter_factory =
source-dir = doc/source
build-dir = doc/build
all_files = 1
+warning-is-error = 1
[pbr]
autodoc_tree_index_modules = True