6f940da935
This change enables using fetch-sphinx-tarball role along with the fetch-output role. By default the role still synchronizes artifacts back to the executor. Change-Id: I7452f34bccdca49e256053f9630f77953b27f99c
8 lines
265 B
YAML
8 lines
265 B
YAML
---
|
|
zuul_work_dir: "{{ zuul.project.src_dir }}"
|
|
zuul_output_dir: "{{ ansible_user_dir }}/zuul-output"
|
|
zuul_use_fetch_output: "{{ zuul_site_use_fetch_output|default(false) }}"
|
|
sphinx_build_dir: doc/build
|
|
sphinx_pdf_files:
|
|
- "doc-{{ zuul.project.short_name }}.pdf"
|