From 3d604eb33217391c52ec0ca5e7362fa63d871fb4 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Fri, 25 Sep 2015 12:47:44 -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: Ib58401b8f9256a38c0df90d7422fe301d38998ff --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 1ac0cc2..5461f96 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,6 +34,9 @@ upload-dir = doc/build/html directory = futurist/locale domain = futurist +[pbr] +warnerrors = True + [wheel] universal = 1