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: Idd28d83cb7a015fd610698a9575bc4dd0c3697d2
This commit is contained in:
Vu Cong Tuan 2017-06-12 08:40:40 +07:00
parent e23339728a
commit 7dc7ff1e3d
1 changed files with 1 additions and 3 deletions

View File

@ -22,13 +22,11 @@ classifier =
packages =
oslo_context
[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