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: Ic311ad8dc0ea211acdce770fb1f1726994f1c1a4
This commit is contained in:
Vu Cong Tuan 2017-06-09 14:44:26 +07:00
parent 9ab65835e5
commit a212eca2ef
1 changed files with 1 additions and 1 deletions

View File

@ -35,9 +35,9 @@ autodoc_index_modules = True
autodoc_exclude_modules =
ironic_lib.common.i18n
ironic_lib.tests.*
warnerrors = True
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source
warning-is-error = 1