summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorPaul Belanger <paul.belanger@polybeacon.com>2013-07-19 21:26:03 -0400
committerPaul Belanger <paul.belanger@polybeacon.com>2013-07-19 21:26:03 -0400
commitfeeeaef9500c940697cdb1df140b64ea10a3bb5b (patch)
treeebf056a8495b50e6937bc9455ac42053cbca92a5 /setup.cfg
parentc28d1b0d19e526971ed4842abd4db773032f7681 (diff)
downloadzuul-feeeaef9500c940697cdb1df140b64ea10a3bb5b.tar.gz
Enable warnerrors for pbr to catch Sphinx warnings
With this change, we now should properly gate on Sphinx errors / warnings. Change-Id: I7e789ad83e81286575c74e1e5256da20a717e982 Signed-off-by: Paul Belanger <paul.belanger@polybeacon.com>
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 caa15d69f..242a2c365 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,6 +16,9 @@ classifier =
Programming Language :: Python :: 2.7
Programming Language :: Python :: 2.6
+[pbr]
+warnerrors = True
+
[global]
setup-hooks =
pbr.hooks.setup_hook