Switch to PDF enabled

This commit is contained in:
Gode, Sebastian 2024-12-09 10:10:44 +00:00
parent 18dab6c658
commit 6f1361fdec

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 %}