From 612b0c067f4f6245052763b7fc32e144732a1ede Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Thu, 24 Sep 2015 21:46:10 -0400 Subject: [PATCH] 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 --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index b03033e..049db10 100644 --- a/setup.cfg +++ b/setup.cfg @@ -43,5 +43,8 @@ all_files = 1 build-dir = doc/build source-dir = doc/source +[pbr] +warnerrors = True + [wheel] universal = true