Codebase list oslo-sphinx / f9547d5
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: I59291198f7a216df2f5e5beb2915f48e5a26bd89 Vu Cong Tuan 6 years ago
1 changed file(s) with 1 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
3030 all_files = 1
3131 build-dir = doc/build
3232 source-dir = doc/source
33 warning-is-error = 1
3334
3435 [wheel]
3536 universal = 1
36
37 [pbr]
38 warnerrors = True