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: I155bc686a1233be90037b350e0dad81701b4af9a
Closes-Bug:#1693670
This commit is contained in:
Nguyen Hung Phuong 2018-02-01 10:31:23 +07:00
parent 8cff9c154b
commit d82c1707d2
1 changed files with 3 additions and 1 deletions

View File

@ -23,5 +23,7 @@ classifier =
packages =
ceilosca
[build_sphinx]
warning-is-error = 1
[pbr]
warnerrors = True