docs - 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: Ic3a4b0a641a92e9fabde2a871eed478ba99a25e1
This commit is contained in:
Davanum Srinivas 2015-09-24 21:46:09 -04:00
parent 179e59e3ec
commit b57b0ee352
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@ packages =
cover-erase = true
verbosity = 2
[pbr]
warnerrors = True
[wheel]
universal = 1