478e3f22cc
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
28 lines
582 B
INI
28 lines
582 B
INI
[metadata]
|
|
name = architecturedesignguide
|
|
summary = OpenStack Architecture Design 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 :: Cloud Architects
|
|
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
|