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: I93531c668cb64cd5fe0feb9ea3c1a605934aa999
Closes-Bug:#1693670
This commit is contained in:
Nguyen Hung Phuong 2018-02-01 10:56:42 +07:00
parent 28e5985403
commit c7e47baf4a
1 changed files with 1 additions and 3 deletions

View File

@ -23,13 +23,11 @@ classifier =
packages =
oslo_{{ cookiecutter.module_name }}
[pbr]
warnerrors = true
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
warning-is-error = 1
[upload_sphinx]
upload-dir = doc/build/html