
This is the necessary boilerplate configuration to be able to run Sphinx via PBR from tox and render reStructuredText into HTML for publication. Also add the httpdomain contrib plugin for Sphinx since this project will include some HTTP API documentation. Change-Id: Ied0092e2965463abe0c86d37047faa6b47d1bc97
24 lines
513 B
INI
24 lines
513 B
INI
[metadata]
|
|
name = infra-specs
|
|
summary = OpenStackID Authentication system for the OpenStack Foundation site
|
|
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
|
|
|
|
[pbr]
|
|
warnerrors = True
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|