diff options
author | Paul Belanger <paul.belanger@polybeacon.com> | 2013-07-19 21:26:03 -0400 |
---|---|---|
committer | Paul Belanger <paul.belanger@polybeacon.com> | 2013-07-19 21:26:03 -0400 |
commit | feeeaef9500c940697cdb1df140b64ea10a3bb5b (patch) | |
tree | ebf056a8495b50e6937bc9455ac42053cbca92a5 | |
parent | c28d1b0d19e526971ed4842abd4db773032f7681 (diff) | |
download | zuul-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>
-rw-r--r-- | setup.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |