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: Ia6b9cef8933ade60810a48d1813a6f3b3dc72103
This commit is contained in:
Davanum Srinivas 2015-09-24 21:46:09 -04:00
parent cc729345a5
commit 5cc62c2f25
1 changed files with 6 additions and 0 deletions

View File

@ -35,6 +35,12 @@ tooz.backends =
file = tooz.drivers.file:FileDriver
zookeeper = tooz.drivers.zookeeper:KazooDriver
[pbr]
warnerrors = True
[wheel]
universal = 1
[build_sphinx]
all_files = 1
build-dir = doc/build