summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVu Cong Tuan <tuanvc@vn.fujitsu.com>2017-06-12 08:46:15 +0700
committerVu Cong Tuan <tuanvc@vn.fujitsu.com>2017-06-12 08:46:36 +0700
commitcdf5755886c417b4de70386a1ac8313e0694611d (patch)
treee2c4083b288bb6f6062aa2a898fb866f0f3c4db0
parent6e925e85bca1d2e562729c35f5e71cd3a83a888f (diff)
downloadoslo-rootwrap-cdf5755886c417b4de70386a1ac8313e0694611d.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: I0e6a90bec74b932bd21a97dee94127d6c631169b
-rw-r--r--setup.cfg4
1 files changed, 1 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 8aec982..4e154cb 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -31,12 +31,10 @@ console_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
-
[wheel]
universal = 1