From bafd7ef6182008958f81698bf4b8809c3c4e6a25 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 25 Apr 2015 09:15:16 +0200 Subject: [PATCH] Fix FirstApp Draft Publishing We copy over the api-ref folder, place content there. Change-Id: I18a1b390fa8721a025ee1c98ce7e1f47fabb528e --- tox.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index cdd08c91d..c5464fb9b 100644 --- a/tox.ini +++ b/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