5b80552b11
Update a docstring that had an rst formatting error and then turn on the warning-is-error flag to prevent future issues with documentation. Change-Id: I29fc90a2eb1599c9da88489415a9e080d88cc707 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
35 lines
884 B
INI
35 lines
884 B
INI
[metadata]
|
|
name = osc-lib
|
|
summary = OpenStackClient Library
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = http://docs.openstack.org/developer/osc-lib
|
|
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 =
|
|
osc_lib
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
warning-is-error = 1
|
|
|
|
[pbr]
|
|
autodoc_index_modules = True
|
|
api_doc_dir = reference/api
|
|
autodoc_exclude_modules =
|
|
osc_lib.tests.* |