5fdf1b72c7
This patch provides the sphinx configuration and a basic index.rst to get started with the configuration reference RST migration. Change-Id: Ide09e553e5ee469ec7573471613e2f2dc271fa5c Implements: blueprint config-ref-rst
37 lines
814 B
INI
37 lines
814 B
INI
[metadata]
|
|
name = architecturedesignguide
|
|
summary = OpenStack Configuration Reference
|
|
author = OpenStack
|
|
author-email = openstack-docs@lists.openstack.org
|
|
home-page = http://docs.openstack.org/
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: Cloud Architects
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 2.6
|
|
Programming Language :: Python :: 2.7
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.3
|
|
Topic :: Documentation
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[files]
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = build
|
|
source-dir = source
|
|
|
|
[wheel]
|
|
universal = 1
|
|
|
|
[pbr]
|
|
warnerrors = True
|