ba3f0de32f
Set up sphinx to convert the specs to HTML and create an empty specs directory to hold proposed specifications. Change-Id: Ic49cfd646fd6782bc0e539de6390217767d3c4ff
25 lines
554 B
INI
25 lines
554 B
INI
[metadata]
|
|
name = openstack-specs
|
|
summary = OpenStack Cross-Project Specifications and Policies
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = http://www.openstack.org/
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Developers
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
|
|
[pbr]
|
|
warnerrors = True
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|