Zuul changes for PDF #275

Merged
zuul merged 2 commits from zuul-pdf into main 2024-12-09 10:51:07 +00:00
3 changed files with 14 additions and 1 deletions
Showing only changes of commit 6f1361fdec - Show all commits

View File

@ -7,7 +7,7 @@
vars: vars:
sphinx_pdf_files: sphinx_pdf_files:
{%- for doc in docs %} {%- for doc in docs %}
{%- if doc.pdf_name %} {%- if doc.pdf_enabled %}
- {{ service_type }}-{{ doc.type }}.pdf - {{ service_type }}-{{ doc.type }}.pdf
{%- endif %} {%- endif %}
{%- endfor %} {%- endfor %}