aacc95087f
We don't use python build_sphinx anymore, replace with sphinx-build according to PTI. Remove related configuration from setup.cfg. This repo builds only docs, so no need for a separate doc/requirements.txt file, remove its usage. Cleanup requirements files, we need only requirements for building docs. Update conf.py for newer openstackdocstheme. Change-Id: I3f37375b77aaf2f652a69d396a2bc22fb7a7ee40
28 lines
740 B
INI
28 lines
740 B
INI
[metadata]
|
|
name = tripleo-docs
|
|
summary = TripleO documentation
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-discuss@lists.openstack.org
|
|
home-page = https://docs.openstack.org/tripleo-docs/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.3
|
|
|
|
[egg_info]
|
|
tag_build =
|
|
tag_date = 0
|
|
tag_svn_revision = 0
|
|
|
|
[wheel]
|
|
universal = 1
|