migrate to os-api-ref
os-api-ref is released now, so we can move to using it instead of copy pasting in cinder tree. Change-Id: Id38dd0609c77b0d6bcd0d935a9312b0211134802
This commit is contained in:
3
tox.ini
3
tox.ini
@@ -29,9 +29,10 @@ passenv = *_proxy *_PROXY
|
||||
# (sheel)This environment is called from CI scripts to test and publish
|
||||
# the API Ref to developer.openstack.org.
|
||||
whitelist_externals = rm
|
||||
deps = -r{toxinidir}/test-requirements.txt
|
||||
install_command = pip install -U --force-reinstall {opts} {packages}
|
||||
commands =
|
||||
rm -rf cinder/api-ref/build
|
||||
rm -rf api-ref/build
|
||||
sphinx-build -W -b html -d api-ref/build/doctrees/v1 api-ref/v1/source api-ref/build/html/v1
|
||||
sphinx-build -W -b html -d api-ref/build/doctrees/v2 api-ref/v2/source api-ref/build/html/v2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user