From 28b6228623a3b0ae5a6b1723877b2c41ca7c0031 Mon Sep 17 00:00:00 2001 From: Vu Cong Tuan Date: Mon, 12 Jun 2017 08:43:46 +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: I1c1c00939951ee8f07816abde612e6026dcb8bda --- setup.cfg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index f19b24a..d2f3d8e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,13 +22,11 @@ classifier = packages = oslo_privsep -[pbr] -warnerrors = true - [build_sphinx] source-dir = doc/source build-dir = doc/build all_files = 1 +warning-is-error = 1 [entry_points] console_scripts =