56b9c68ba2
this is a partial revert of Ifd270cbc2d4bd42418b89a3b3061748ce537ae42, we do not need sphinx_output_dir anymore, the single use that needed it has been changed. Change-Id: I95543b1a56c04dbfb8591612e4c48be0d8631633
7 lines
247 B
YAML
7 lines
247 B
YAML
---
|
|
zuul_executor_dest: "{{ zuul.executor.log_root }}"
|
|
zuul_work_dir: "{{ zuul.project.src_dir }}"
|
|
sphinx_build_dir: doc/build
|
|
sphinx_output_suffix: ""
|
|
sphinx_output_src: "{{ zuul_work_dir }}/{{ sphinx_build_dir }}/html{{ sphinx_output_suffix }}"
|