zun-ui/setup.cfg
Akihiro Motoki 496439b2ad Use pbr autodoc feature rather than custom logic
zun-ui doc/source/conf.py has a custom logic which prepare index files
for autodoc, but now pbr and sphinx autodoc have a feature to do it and
it is no a good idea to keep the custom logic.

UI cookiecutter populates the custom logic and it is an example of
the clean up.

Change-Id: I6c6eb2f6292bda30a4fa8d4375defd8234463008
2017-07-12 11:24:22 +00:00

34 lines
828 B
INI

[metadata]
name = zun-ui
summary = Zun User Interface
description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = https://wiki.openstack.org/wiki/Zun
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
[files]
packages =
zun_ui
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source
warning-is-error = 1
[pbr]
autodoc_index_modules = True
api_doc_dir = contributor/api