project-config/playbooks/python-docs/post.yaml
Paul Belanger 8d3334bbeb
Create publish-openstack-python-docs-infra
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>
2017-09-05 18:46:44 -04:00

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"