governance/setup.cfg
Doug Hellmann 42a2de44e0 update sphinx and treat warnings as errors
Sphinx 1.5.0 and pbr 2.0 include a feature to let us pass the flag to
treat warnings as errors through setup.cfg. Update the version of Sphinx
we're using explicitly, and rely on an unbounded pbr specification to
give us the latest version on every run.

Also fix the one warning that caused the build to fail.

Change-Id: Ie93a3adf82b8f568a3cc4357c1e78da22ddc92c0
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-03-15 17:47:34 -04:00

21 lines
394 B
INI

[metadata]
name = openstack-governance
version = 2014.1
summary = OpenStack Governance Documents
description-file =
README.rst
author = OpenStack TC
author-email = openstack-tc@lists.openstack.org
home-page = http://www.openstack.org/
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source
warning-is-error = 1
[pbr]
warnerrors = True
[flake8]
ignore = E501,E226,H405