fix '#tox -e api-ref' not working for generating Valence API Docs
Closes-Bug: #1647272 Change-Id: I2e7a1a57e7d2600f35573e195bd14c2f26ff540c
This commit is contained in:
parent
05e38cf039
commit
fe2dec259a
@ -15,3 +15,7 @@ testtools>=1.4.0
|
||||
|
||||
# releasenotes
|
||||
reno>=1.6.2 # Apache2
|
||||
|
||||
#api-ref
|
||||
openstackdocstheme>=1.5.0 # Apache-2.0
|
||||
os-api-ref>=1.0.0 # Apache-2.0
|
||||
|
2
tox.ini
2
tox.ini
@ -59,7 +59,7 @@ commands = oslo_debug_helper {posargs}
|
||||
# This environment is called from CI scripts to test and publish
|
||||
# the API Ref to developer.openstack.org.
|
||||
commands =
|
||||
rm -rf api-ref/build
|
||||
/bin/rm -rf api-ref/build
|
||||
sphinx-build -W -b html -d api-ref/build/doctrees api-ref/source api-ref/build/html
|
||||
|
||||
[flake8]
|
||||
|
Loading…
Reference in New Issue
Block a user