5e94b2dbb8
Add native zuul v3 templates and job for building doc projects. The templates can be used by api-site and security-doc as well. Create extra templates for publishing to developer.openstack.org. Leave in a TODO for publishing, these post jobs will be added when ready. Change-Id: I377632e640a099d0a8640db4959684d9ecd68f8c
6 lines
150 B
YAML
6 lines
150 B
YAML
- hosts: all
|
|
roles:
|
|
- role: fetch-tox-output
|
|
- role: fetch-sphinx-output
|
|
sphinx_output_src: "{{ zuul.project.src_dir }}/publish-docs"
|