openstack-manuals/doc/user-guide/setup.cfg
Stephen Finucane 478e3f22cc Use Sphinx 1.5 warning-is-error
With pbr 2.0 and Sphinx 1.5, the setting for treat sphinx warnings as
errors is setting warning-is-error in build_sphinx section. Migrate
the setting from the old warnerrors one.

Remove all-files, we do not have man pages.

Note that the build_sphinx section is not used by our toolchain, still
doesn't harm to use proper setup so that it could be used.

Change-Id: I03403b1ed20c4a4bccb1c03311d3999e12a98416
2017-03-16 17:11:23 +00:00

28 lines
571 B
INI

[metadata]
name = openstackuserguide
summary = OpenStack End User Guide
author = OpenStack
author-email = openstack-docs@lists.openstack.org
home-page = https://docs.openstack.org/
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Topic :: Documentation
[global]
setup-hooks =
pbr.hooks.setup_hook
[files]
[build_sphinx]
warning-is-error = 1
build-dir = build
source-dir = source
[wheel]
universal = 1