Fix FirstApp Draft Publishing
We copy over the api-ref folder, place content there. Change-Id: I18a1b390fa8721a025ee1c98ce7e1f47fabb528e
This commit is contained in:
parent
440aace4d5
commit
bafd7ef618
5
tox.ini
5
tox.ini
@ -11,6 +11,7 @@ deps = -r{toxinidir}/test-requirements.txt
|
||||
whitelist_externals =
|
||||
bash
|
||||
mkdir
|
||||
mv
|
||||
rsync
|
||||
|
||||
[testenv:venv]
|
||||
@ -65,8 +66,8 @@ commands =
|
||||
# Build and copy RST Guides as draft
|
||||
# Include only environments that are (partially) written
|
||||
sphinx-build -E -W -t libcloud openstack-firstapp/doc/source openstack-firstapp/build-libcloud/html
|
||||
mkdir -p publish-docs/draft/openstack-firstapp-libcloud/
|
||||
rsync -a openstack-firstapp/build-libcloud/html/ publish-docs/draft/openstack-firstapp-libcloud/
|
||||
mkdir -p publish-docs/api-ref/draft/openstack-firstapp-libcloud/
|
||||
rsync -a openstack-firstapp/build-libcloud/html/ publish-docs/api-ref/draft/openstack-firstapp-libcloud/
|
||||
|
||||
[testenv:checklang]
|
||||
# openstack-generate-docbook needs xml2po which cannot be installed in
|
||||
|
Loading…
Reference in New Issue
Block a user