enable_pdf_1 #284

Merged
zuul merged 3 commits from enable_pdf_1 into main 2024-12-10 11:19:05 +00:00
28 changed files with 28 additions and 0 deletions
Showing only changes of commit 56bfb6ca66 - Show all commits

View File

@ -128,7 +128,11 @@ html_copy_source = False
latex_documents = [
{%- if doc_type %}
('index',
{%- if doc_type == 'dev' %}
'{{ service_type }}-dev-guide.tex',
{%- else %}
'{{ service_type }}-{{ doc_type }}.tex',
{% endif -%}
u'{{ title }}',
u'OpenTelekomCloud', 'manual'),
{% endif -%}