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: Id9fe28ea0c2479479be462bafadfc3ce13a22acb
Closes-Bug:#1693670
This commit is contained in:
Nguyen Hung Phuong 2018-02-01 11:22:05 +07:00
parent 30846ed3f9
commit 7c222db4cc
1 changed files with 1 additions and 2 deletions

View File

@ -41,6 +41,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
@ -64,8 +65,6 @@ universal = 1
[pbr]
autodoc_index_modules = 1
warnerrors = true
[nosetests]
match=^test