95aa5e0dc5
Follow https://review.openstack.org/#/c/508061 to remove tools/tox_install.sh, we can build without it. Create new doc/requirements.txt file with doc requirements to make them optional. We cannot use ".[test]" with pip, it would still install project with constraints and fail. Change-Id: I4f1fa1fd3139a763222b0a0f18394a7660c62497
41 lines
903 B
INI
41 lines
903 B
INI
[metadata]
|
|
name = openstackdocstheme
|
|
summary = OpenStack Docs Theme
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = http://docs.openstack.org/
|
|
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
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
warning-is-error = 1
|
|
|
|
[wheel]
|
|
universal = 1
|
|
|
|
[pbr]
|
|
warnerrors = True
|