summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorBrant Knudson <bknudson@us.ibm.com>2014-06-18 19:09:57 -0500
committerBrant Knudson <bknudson@us.ibm.com>2014-06-18 19:12:39 -0500
commit0a9a8476c70ef4f139c692e5a9b8eca6879fd1d2 (patch)
tree8a2411b5f79f7abd3915f11e7d5caa723be4e58c /setup.cfg
parent6659902a731767b3405d68e515c8edcc3af81119 (diff)
downloadpython-keystoneclient-0a9a8476c70ef4f139c692e5a9b8eca6879fd1d2.tar.gz
Doc build fails if warnings
If the docstrings are invalid then the commit should fail the gate. Change-Id: Iabe506fa914ac5e742c0c5f4682ed0471c4a64ca
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 4c24228..ee649b8 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -36,6 +36,9 @@ source-dir = doc/source
build-dir = doc/build
all_files = 1
+[pbr]
+warnerrors = True
+
[upload_sphinx]
upload-dir = doc/build/html