0ca632b19d
Further work on the PDF generation showed that many projects have project logos as svg files with the name PROJECT.svg, those get converted to PROJECT.pdf and collide with the default name used here. Change the default to "doc-PROJECT.pdf" to have a unique name. This is a change in the default but we only added this 11 days ago, so I hope it's fine to change. Change-Id: I4f2224633fd4edbc3121af53d0202796cf8a0a60
6 lines
138 B
YAML
6 lines
138 B
YAML
---
|
|
zuul_work_dir: "{{ zuul.project.src_dir }}"
|
|
sphinx_build_dir: doc/build
|
|
sphinx_pdf_files:
|
|
- "doc-{{ zuul.project.short_name }}.pdf"
|