Merge "Update api-ref location"

This commit is contained in:
Zuul 2019-07-29 20:24:39 +00:00 committed by Gerrit Code Review
commit 5123399a91
2 changed files with 2 additions and 2 deletions

View File

@ -5,5 +5,5 @@ Blazar REST API docs
.. toctree::
:maxdepth: 1
Blazar REST API v1 <https://developer.openstack.org/api-ref/reservation/>
Blazar REST API v1 <https://docs.openstack.org/api-ref/reservation/>
api-v2

View File

@ -66,7 +66,7 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen
[testenv:api-ref]
basepython = python3
# This environment is called from CI scripts to test and publish
# the API Ref to developer.openstack.org.
# the API Ref to docs.openstack.org.
commands =
rm -rf api-ref/build
sphinx-build -WE -b html -d api-ref/build/doctrees api-ref/source api-ref/build/html