Merge "fix '#tox -e api-ref' not working for generating Valence API Docs"

This commit is contained in:
Jenkins 2016-12-06 02:17:48 +00:00 committed by Gerrit Code Review
commit 43729858ea
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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]