4e074ec0c2
This patch set: (a) renamed the docs folder to doc (b) add in a basic tox.ini to generate the doc via ``tox -edocs`` (c) add in necessary /docs/requirements.txt dependencies Change-Id: Id45db34fdc8860047047a4e6069483dfb4a56d7f Signed-off-by: Tin Lam <tin@irrational.io>
24 lines
498 B
INI
24 lines
498 B
INI
[metadata]
|
|
name = divingbell
|
|
description-file = README.md
|
|
author = OpenStack
|
|
home-page =
|
|
classifier =
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Shellscript
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
warning-is-error = 1
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|
|
|
|
[pbr]
|
|
warnerrors = True
|