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
This commit is contained in:
Vu Cong Tuan 2017-06-12 08:48:23 +07:00
parent 8f10464458
commit 135beb297c
1 changed files with 1 additions and 1 deletions

View File

@ -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]