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>
This commit is contained in:
Paul Belanger 2013-07-19 21:26:03 -04:00
parent c28d1b0d19
commit feeeaef950
1 changed files with 3 additions and 0 deletions

View File

@ -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