summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2017-06-15 16:58:36 -0400
committerDoug Hellmann <doug@doughellmann.com>2017-06-28 12:25:32 -0400
commitc859380718e24b95ad48d635d686ee0c57fb90f1 (patch)
tree2b0d76721500c3300552066fe415870c7febda68 /setup.cfg
parent4565e2bf4514782d2b32bfff447875ed6b68058e (diff)
downloadpython-glanceclient-c859380718e24b95ad48d635d686ee0c57fb90f1.tar.gz
turn on warning-is-error in sphinx build
Fix a formatting error in one docstring and turn on the flag to ensure that future warnings in the doc build trigger a build failure. Change-Id: I7159b985d1690a8ae61ff885408da4623c105952 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 8276c63..7699cab 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -36,6 +36,7 @@ console_scripts =
[build_sphinx]
builders = html,man
all-files = 1
+warning-is-error = 1
source-dir = doc/source
build-dir = doc/build