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: I636e302993ecaa0f33113f8fe5c252c256353cbe
This commit is contained in:
Vu Cong Tuan 2017-06-12 08:46:01 +07:00
parent 32e3eee342
commit 1e427ecf00
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,6 @@ packages =
oslo_reports
[pbr]
warnerrors = true
autodoc_index_modules = true
autodoc_exclude_modules =
oslo_reports._i18n
@ -38,6 +37,7 @@ oslo.config.opts =
source-dir = doc/source
build-dir = doc/build
all_files = 1
warning-is-error = 1
[upload_sphinx]
upload-dir = doc/build/html