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