93be0e5e62
Update for using sphinx package so that documentation follows the OpenStack python packaging conventions. This contains an initial man page for the openstack-doc-test tool. Change-Id: I8b8ed63c3c7bcfb58f5d8f939a79c3f7c314b969
49 lines
1.2 KiB
INI
49 lines
1.2 KiB
INI
[metadata]
|
|
name = openstack-doc-tools
|
|
summary = Tools for OpenStack Documentation
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack Documentation
|
|
author-email = openstack-doc@lists.openstack.org
|
|
home-page = http://www.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 :: 2.6
|
|
|
|
[files]
|
|
packages =
|
|
os_doc_tools
|
|
autogenerate-config-docs
|
|
scripts =
|
|
bin/build-ha-guide.sh
|
|
bin/generatedocbook
|
|
bin/generatepot
|
|
bin/markdown-docbook.sh
|
|
data_files =
|
|
usr/share/openstack-doc-tools/sitemap = sitemap/*
|
|
usr/share/openstack-doc-tools/cleanup = cleanup/*
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
openstack-doc-test = os_doc_tools.doctest:main
|
|
openstack-autohelp = autohelp:main
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|