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: Ie51486a618feb3d691a3607a67af66cc457712f9
This commit is contained in:
Davanum Srinivas 2015-09-24 21:46:09 -04:00
parent 82ad67d835
commit 296c871249

View File

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