PDF changes for swiss
Some checks are pending
gl/check check status: pending (7e67003bf8f58812b4977097866bdbc368d10511)
Some checks are pending
gl/check check status: pending (7e67003bf8f58812b4977097866bdbc368d10511)
This commit is contained in:
@ -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 -%}
|
||||
|
Reference in New Issue
Block a user