From f33976e904237c5d65438a12166d85e070484ccf Mon Sep 17 00:00:00 2001 From: Vu Cong Tuan Date: Fri, 9 Jun 2017 14:24:38 +0700 Subject: [PATCH] Remove pbr warnerrors in favor of sphinx check This change removes the now unused "warnerrors" setting, which is replaced by "warning-is-error" in sphinx releases >= 1.5 [1]. [1] http://lists.openstack.org/pipermail/openstack-dev/ 2017-March/113085.html Change-Id: Ibf89e1ac2020bc1d051cdbbbb316c941650a430d --- setup.cfg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index b174952..1f87d9c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,9 +29,6 @@ packages = cover-erase = true verbosity = 2 -[pbr] -warnerrors = True - [wheel] universal = 1 @@ -39,6 +36,7 @@ universal = 1 source-dir = doc/source build-dir = doc/build all_files = 1 +warning-is-error = 1 [upload_sphinx] upload-dir = doc/build/html