b034c85ab1
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
6 lines
196 B
YAML
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"
|