summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVu Cong Tuan <tuanvc@vn.fujitsu.com>2017-06-12 08:48:23 +0700
committerVu Cong Tuan <tuanvc@vn.fujitsu.com>2017-06-12 08:48:43 +0700
commit135beb297c2081081527cc718e201fcf7b2a9438 (patch)
treecedc080e2835771b20512dccbc08ec09f157d2ac
parent8f10464458fb764dccd8785cd0a03218fb6446cf (diff)
downloadoslotest-135beb297c2081081527cc718e201fcf7b2a9438.tar.gz
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
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
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]