[Doc] OpenStack API Reference Guide
Baseline changes to comply with OpenStack API documentation from OpenStack Documentation Contributor Guide [0]: - [1] How to document your OpenStack API service [0] https://docs.openstack.org/doc-contrib-guide [1] https://docs.openstack.org/doc-contrib-guide/api-guides.html Story: 2002712 Task: 26515 Change-Id: I7294ee2fec53bce8381f85854fd9c22abe7c5b74 Signed-off-by: Abraham Arce <abraham.arce.moreno@intel.com>
This commit is contained in:
committed by
Dean Troyer
parent
2440f88207
commit
74c22d595c
8
tox.ini
8
tox.ini
@@ -48,6 +48,14 @@ description = Dummy environment to allow flake8 to be run in subdir tox
|
||||
[testenv:pylint]
|
||||
description = Dummy environment to allow pylint to be run in subdir tox
|
||||
|
||||
[testenv:api-ref]
|
||||
basepython = python3
|
||||
deps = -r{toxinidir}/doc/requirements.txt
|
||||
commands =
|
||||
rm -rf api-ref/build
|
||||
sphinx-build -W -b html -d api-ref/build/doctrees api-ref/source api-ref/build/html
|
||||
whitelist_externals = rm
|
||||
|
||||
[testenv:docs]
|
||||
basepython = python3
|
||||
deps = -r{toxinidir}/doc/requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user