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: I508d93249c5243b0068fe71ccb1726441a64d145
This commit is contained in:
Davanum Srinivas 2015-09-24 21:46:10 -04:00
parent 046be3b1fd
commit 4c73762f76
1 changed files with 3 additions and 0 deletions

View File

@ -40,5 +40,8 @@ all_files = 1
[upload_sphinx]
upload-dir = doc/build/html
[pbr]
warnerrors = True
[wheel]
universal = 1