63fef1141c
tox -e publishdocs will be called by the post jenkins jobs to prepare everything for publishing - and then the content of publish-docs gets copied. Additionally, remove some parameter from openstack-doc-tools invocation, they are now set in doc-test.conf. Change-Id: I81f93eb693a4c0e0527d2a9ab99790e516da97a8
14 lines
508 B
Plaintext
14 lines
508 B
Plaintext
[DEFAULT]
|
|
repo_name = image-api
|
|
api_site = True
|
|
|
|
# These three options need to come together:
|
|
book = image-api-v1
|
|
target_dir = target/docbkx/webhelp/api/openstack-image-service/1.1
|
|
# Published at http://docs.openstack.org/api/openstack-image-service/1.1/
|
|
publish_dir = api/openstack-image-service/1.1
|
|
|
|
book = image-api-v2
|
|
target_dir = target/docbkx/webhelp/api/openstack-image-service/2.0
|
|
# Published at http://docs.openstack.org/api/openstack-image-service/2.0/
|
|
publish_dir = api/openstack-image-service/2.0 |