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: I312380043d3f10da1808de300c087514a1f4bdc2
Closes-Bug: #1693670
This commit is contained in:
Nguyen Hung Phuong 2018-02-01 10:03:25 +07:00
parent 5a9fc94df0
commit 33829b291f
1 changed files with 1 additions and 1 deletions

View File

@ -48,12 +48,12 @@ kolla_kube.cli =
template = kolla_kubernetes.commands.cmd_resource:Template
[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