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: I4b08daf51278cbd985092c9acd58a628f5f71d1c
This commit is contained in:
Vu Cong Tuan 2017-06-09 14:32:33 +07:00
parent b609718c44
commit d2f3f45ceb
1 changed files with 1 additions and 3 deletions

View File

@ -26,12 +26,10 @@ packages =
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