From 135beb297c2081081527cc718e201fcf7b2a9438 Mon Sep 17 00:00:00 2001 From: Vu Cong Tuan Date: Mon, 12 Jun 2017 08:48: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: I573c0e7105678e09581c6d40b86c8a3102c8d882 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 6f69c2f..7c7ff61 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,12 +30,12 @@ scripts = 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 autodoc_index_modules = true [wheel]