Fix issue with latex_documents

Reviewed-by: tischrei <tino.schreiber@t-systems.com>
Co-authored-by: Sebastian Gode <sebastian.gode@telekom.de>
Co-committed-by: Sebastian Gode <sebastian.gode@telekom.de>
This commit is contained in:
2024-12-09 13:01:31 +00:00
committed by zuul
parent 016b67221c
commit 919d54f8d3
3 changed files with 6 additions and 5 deletions

View File

@ -126,9 +126,9 @@ html_copy_source = False
# -- Options for PDF output --------------------------------------------------
latex_documents = [
{%- if pdf_name is defined %}
{%- if doc_type %}
('index',
'{{ pdf_name }}.tex',
'{{ service_type }}-{{ doc_type }}.tex',
u'{{ title }}',
u'OpenTelekomCloud', 'manual'),
{% endif -%}