62e8202e61
Update requirements to current global-requirements including Sphinx 1.5. Add pbr as requirement. Use update-requirements from requirements repo to sync content. Migrate pbr's obsolete warnerrors to Sphinx' warning-is-error. Fix any sphinx problems. Change-Id: Id7d5783c5d5c1077d03ddcb18d813699561579e3
22 lines
501 B
INI
22 lines
501 B
INI
[metadata]
|
|
name = infra-specs
|
|
summary = OpenStack Project Infrastructure Development Specifications
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-infra@lists.openstack.org
|
|
home-page = http://www.openstack.org/
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Developers
|
|
Operating System :: POSIX :: Linux
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
warning-is-error = 1
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|