8d3334bbeb
We need an infra specific docs job as it works a little different then unified docs. Copypasta for now, then we can update zuul project to use this job, and rework the existing publish-openstack-python-docs job. Change-Id: Ifc75c7006a79787419cda5d611aa74fbb7ae0b06 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
8 lines
259 B
YAML
8 lines
259 B
YAML
- hosts: all
|
|
roles:
|
|
- prepare-infra-docs-for-afs
|
|
- fetch-tox-output
|
|
- role: fetch-sphinx-output
|
|
sphinx_output_src: "src/{{ zuul.project.canonical_name }}/doc/build/html/"
|
|
zuul_executor_dest: "{{ zuul.executor.work_root }}/artifacts"
|