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: Ibf89e1ac2020bc1d051cdbbbb316c941650a430d
This commit is contained in:
Vu Cong Tuan 2017-06-09 14:24:38 +07:00
parent 095d60a885
commit f33976e904
1 changed files with 1 additions and 3 deletions

View File

@ -29,9 +29,6 @@ packages =
cover-erase = true
verbosity = 2
[pbr]
warnerrors = True
[wheel]
universal = 1
@ -39,6 +36,7 @@ universal = 1
source-dir = doc/source
build-dir = doc/build
all_files = 1
warning-is-error = 1
[upload_sphinx]
upload-dir = doc/build/html