Initial commit for murano api-ref
This is the first commit for add murano api-ref. Partially-Implements: blueprint murano-api-ref Change-Id: I943e01f5ab8721e0452d900e5e24540cbdeb9fa2
This commit is contained in:
8
tox.ini
8
tox.ini
@@ -56,6 +56,14 @@ commands =
|
||||
[testenv:releasenotes]
|
||||
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
||||
|
||||
[testenv:api-ref]
|
||||
# This environment is called from CI scripts to test and publish
|
||||
# the API Ref to developer.openstack.org.
|
||||
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
|
||||
|
||||
[flake8]
|
||||
show-source = true
|
||||
builtins = _
|
||||
|
||||
Reference in New Issue
Block a user