32d23459dc
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. There are a number of issues that need to resolved to make this work. Most of these trivial enough but unfortunately the history document contains issue due to its inclusion of ChangeLog, which is based on commit message summary lines and contains some invalid rST. There doesn't appear to be anyway to edit there retroactively nor disable warnings on a specific files, thus the removal. Change-Id: Ied79fc95d3711f8f3880e3e07e20f2c69b9a36ab
47 lines
1.1 KiB
INI
47 lines
1.1 KiB
INI
[metadata]
|
|
name = oslo.config
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
summary = Oslo Configuration API
|
|
description-file =
|
|
README.rst
|
|
home-page = http://docs.openstack.org/developer/oslo.config/
|
|
classifier =
|
|
Development Status :: 5 - Production/Stable
|
|
Environment :: OpenStack
|
|
Intended Audience :: Developers
|
|
Intended Audience :: Information Technology
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: OS Independent
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 2.7
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.5
|
|
|
|
[files]
|
|
packages =
|
|
oslo_config
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
oslo-config-generator = oslo_config.generator:main
|
|
oslo.config.opts =
|
|
oslo.config = oslo_config._list_opts:list_opts
|
|
|
|
[build_sphinx]
|
|
all-files = 1
|
|
warning-is-error = 1
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|
|
|
|
[wheel]
|
|
universal = 1
|