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: I718875b43291d05b2ee5b1ae425c24a4b4c2ee6c
Closes-Bug:#1693670
This commit is contained in:
Nguyen Hung Phuong 2018-01-31 19:15:08 +07:00 committed by gordon chung
parent 49bde26207
commit 32997e2ad5
1 changed files with 0 additions and 1 deletions

View File

@ -118,7 +118,6 @@ source-dir = doc/source
warning-is-error = 1
[pbr]
warnerrors = true
autodoc_index_modules = true
autodoc_exclude_modules =
aodh.storage.sqlalchemy.alembic.*