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: Icfca280be8abadce50cbf5ed7fa82ba67a3556ae
This commit is contained in:
Davanum Srinivas 2015-09-24 21:46:10 -04:00
parent 44cbcedde3
commit 3005c22269

View File

@ -47,6 +47,7 @@ output_file = oslo.vmware/locale/oslo.vmware.pot
[pbr]
autodoc_index_modules = 1
warnerrors = True
autodoc_exclude_modules =
oslo_vmware._i18n
oslo_vmware.tests.*