Set pbr 'warnerrors' option for doc build

By setting this pbr option in setup.cfg, the doc build will fail in
case of any warnings or errors occur during the build process.

Change-Id: I5aa77eb9c45a12e7e4d467eebb90487709cbe197
This commit is contained in:
Thomas Bechtold 2015-01-07 17:46:14 +01:00
parent b2d12a00d1
commit 1d4fb90e10
1 changed files with 3 additions and 0 deletions

View File

@ -81,3 +81,6 @@ output_file = manila/locale/manila.pot
[wheel]
universal = 1
[pbr]
warnerrors = true