zuul-jobs/roles/fetch-sphinx-output/defaults/main.yaml
Monty Taylor b034c85ab1
Update fetch sphinx output to use sphinx vars
The sphinx roles takes source and build parameters. Update
fetch-sphinx-output to also honor them so that a job can set them and
have both build and fetch honor them.

Change-Id: Ic9fc6648a25336b968e8727bb8f4fd4cfd1548bb
2017-11-20 18:00:31 -06:00

6 lines
196 B
YAML

---
zuul_executor_dest: "{{ zuul.executor.log_root }}"
zuul_work_dir: "{{ zuul.project.src_dir }}"
sphinx_build_dir: doc/build
sphinx_output_src: "{{ zuul_work_dir }}/{{ sphinx_build_dir }}/html"