From d2f3f45ceb6dcf5b753e53ef8e1441efd09c2c93 Mon Sep 17 00:00:00 2001 From: Vu Cong Tuan Date: Fri, 9 Jun 2017 14:32:33 +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: I4b08daf51278cbd985092c9acd58a628f5f71d1c --- setup.cfg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 0577562..87b7bf8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,12 +26,10 @@ packages = source-dir = doc/source build-dir = doc/build all_files = 1 +warning-is-error = 1 [upload_sphinx] upload-dir = doc/build/html -[pbr] -warnerrors = True - [wheel] universal = 1