467358dcc2
This PS adds tooling and automation to automatically generate Shipyard's documentation into feature-rich HTML pages that can be hosted. To run the documentation job, simply execute: tox -e docs Shipyard's .md documentation will have to be changed to .rst in a future PS for sphinx to be able to render them into HTML. Change-Id: Iba8cfd68e4905d49cd5a1dfd39d556044efdabbd
35 lines
926 B
INI
35 lines
926 B
INI
[metadata]
|
|
name = shipyard
|
|
summary = Directed acyclic graph controller for Kubernetes and OpenStack control plane life cycle management
|
|
description-file = README.md
|
|
|
|
author = undercloud team
|
|
home-page = https://github.com/att-comdev/shipyard
|
|
classifier =
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.5
|
|
|
|
[files]
|
|
packages =
|
|
shipyard_airflow
|
|
|
|
[entry_points]
|
|
oslo.config.opts =
|
|
shipyard_airflow = shipyard_airflow.conf.opts:list_opts
|
|
oslo.policy.policies =
|
|
shipyard_airflow = shipyard_airflow.policy:list_policies
|
|
|
|
[build_sphinx]
|
|
source-dir = docs/source
|
|
build-dir = docs/build
|
|
all_files = 1
|
|
warning-is-error = 1
|
|
|
|
[upload_sphinx]
|
|
upload-dir = docs/build/html
|