Fix issue with latex_documents
All checks were successful
gl/check check status: success (75d5209789e24c6f1847e4ce64dbc9c3ff8f94a0)
gl/gate gate status: success (75d5209789e24c6f1847e4ce64dbc9c3ff8f94a0)

This commit is contained in:
2024-12-09 12:35:32 +00:00
parent 016b67221c
commit 75d5209789
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 -%}