From d82c1707d207b764cdb100969a5953f13c31a5f8 Mon Sep 17 00:00:00 2001 From: Nguyen Hung Phuong Date: Thu, 1 Feb 2018 10:31:23 +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: I155bc686a1233be90037b350e0dad81701b4af9a Closes-Bug:#1693670 --- setup.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 051b51c..765014a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,5 +23,7 @@ classifier = packages = ceilosca +[build_sphinx] +warning-is-error = 1 + [pbr] -warnerrors = True