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: I861b6de50aaa5a30db1b18474b2554743a9968c7
This commit is contained in:
Davanum Srinivas 2015-09-24 21:46:10 -04:00
parent 85838b856e
commit 612b0c067f
1 changed files with 3 additions and 0 deletions

View File

@ -43,5 +43,8 @@ all_files = 1
build-dir = doc/build
source-dir = doc/source
[pbr]
warnerrors = True
[wheel]
universal = true