8493e6ad92
Since change I9ed0b02d6ca20a6b679507c4d988531abc55b09d merged, we were publishing to docs.o.o/$project/latest/html instead of docs.o.o/$project/latest . We need to remove the final html part when using rsync. Add an option to allow appending "/" to sphinx_output_src so that rsync copies the content without the final html. Change-Id: I0eed5ebf5af8d43f6a105a1fc0dcf1b0a9813dbd
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 }}"
|