
It's easier for us to spot new problems in the formatting of our ReST docs if there are no warnings to start with. To that end, I've fixed all the errors and warnings generated by a run of `tox -edocs` In addition, following jogo's suggestion, I've added a setting to setup.cfg such that any warnings generated by Sphinx during the doc build process will be understood by Jenkins to mean that the build failed. This should help us to make sure that we don't have syntactical errors creeping back into these docs. Change-Id: Ib3c7ee7013306f3622f3f3e2729b23ea6ac55234
31 lines
627 B
INI
31 lines
627 B
INI
[metadata]
|
|
name = tripleo-incubator
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
summary = Incubator for TripleO
|
|
description-file =
|
|
README.rst
|
|
home-page = http://git.openstack.org/cgit/openstack/tripleo-incubator
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Developers
|
|
Intended Audience :: Information Technology
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: OS Independent
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
|
|
[egg_info]
|
|
tag_build =
|
|
tag_date = 0
|
|
tag_svn_revision = 0
|
|
|
|
[wheel]
|
|
universal = 1
|
|
|
|
[pbr]
|
|
warnerrors = True
|