
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: I5966dfb1bbfa85a92b19eabc438218ea7d7b15cf
14 lines
352 B
Plaintext
14 lines
352 B
Plaintext
[DEFAULT]
|
|
repo_name = compute-api
|
|
api_site = True
|
|
|
|
ignore_dir=incubation
|
|
ignore_dir=openstack-compute-api-1.0
|
|
|
|
# These three options need to come together:
|
|
book = openstack-compute-api-2
|
|
target_dir = target/docbkx/webhelp/api/openstack-compute/2
|
|
# Published at http://docs.openstack.org/api/openstack-compute/2/
|
|
publish_dir = api/openstack-compute/2/
|
|
|