openstackdocstheme/setup.cfg
Stephen Finucane 481d765afc setup.cfg: Remove remanents of 'build_sphinx' usage
We no longer build docs with setuptools (or pbr) but rather by calling
'sphinx-build' directly. However, we have stuff left over from the days
before this switch. Remove them.

Change-Id: I185005c61c3269f9b1e96d28376ae67b7f7a7463
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2019-06-13 16:35:58 +01:00

35 lines
899 B
INI

[metadata]
name = openstackdocstheme
summary = OpenStack Docs Theme
description-file =
README.rst
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = https://docs.openstack.org/openstackdocstheme/latest/
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
Topic :: Documentation
[global]
setup-hooks =
pbr.hooks.setup_hook
[files]
packages =
openstackdocstheme
scripts =
bin/docstheme-build-translated.sh
bin/docstheme-lang-display-name.py
[wheel]
universal = 1