PDF changes for swiss
Some checks are pending
gl/check check status: pending (7e67003bf8f58812b4977097866bdbc368d10511)

This commit is contained in:
2025-02-10 09:18:57 +00:00
parent fc6fb59269
commit 7e67003bf8
3 changed files with 26 additions and 11 deletions

View File

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