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:
sphinx_pdf_files:
{%- for doc in docs %}
{%- if doc.pdf_name %}
{%- if doc.pdf_enabled %}
- {{ service_type }}-{{ doc.type }}.pdf
{%- endif %}
{%- endfor %}