adding ccn service and fixing template for conf.py

Reviewed-by: Gode, Sebastian <sebastian.gode@t-systems.com>
Co-authored-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-committed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
This commit is contained in:
2025-01-15 13:16:28 +00:00
committed by zuul
parent abd65ea72e
commit 624e62a153
3 changed files with 261 additions and 381 deletions

View File

@ -113,9 +113,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 -%}