ad862790df
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: I8fcc19cf0bc788f107622520d83743a000833b24
15 lines
452 B
Plaintext
15 lines
452 B
Plaintext
[DEFAULT]
|
|
repo_name = volume-api
|
|
api_site = True
|
|
|
|
# These options need to come together:
|
|
book = v1
|
|
target_dir = target/docbkx/webhelp/api/openstack-block-storage/1.0
|
|
# Not published but needs to be configured
|
|
publish_dir = api/openstack-block-storage/1.0
|
|
|
|
book = v2
|
|
target_dir = target/docbkx/webhelp/api/openstack-block-storage/2.0
|
|
# Published at http://docs.openstack.org/api/openstack-block-storage/2.0
|
|
publish_dir = api/openstack-block-storage/2.0
|