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: I59291198f7a216df2f5e5beb2915f48e5a26bd89
This commit is contained in:
Vu Cong Tuan 2017-06-12 08:47:42 +07:00
parent 456bd685a6
commit f9547d5c26
1 changed files with 1 additions and 3 deletions

View File

@ -31,9 +31,7 @@ packages =
all_files = 1
build-dir = doc/build
source-dir = doc/source
warning-is-error = 1
[wheel]
universal = 1
[pbr]
warnerrors = True