Sphinx 1.5 fails with current pbr (needs new pbr release, see change I52d45fa0a0d42de690d3a492068f7bb03483a224). For now, set warnerrors to False to be able to use this. Also, update to new sphinx version to show that this works. This is in reaction to the failure in I00236f4b97871f772cf52710c8a7facc07cfc4e1. Change-Id: Ie25ec8f3ade28fb360bed7aebc0fe6ce65bec498
33 lines
922 B
INI
33 lines
922 B
INI
[metadata]
|
|
name = openstackclient
|
|
summary = OpenStack Command-line Client
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = http://docs.openstack.org/developer/openstackclient
|
|
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.4
|
|
Programming Language :: Python :: 3.5
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|
|
|
|
[pbr]
|
|
# TODO(jaegernandi): Set to True again once pbr 1.11.0 is out.
|
|
warnerrors = False
|