Compare commits
3 Commits
350eef61c1
...
56bfb6ca66
Author | SHA1 | Date | |
---|---|---|---|
56bfb6ca66 | |||
d2d976c5d6 | |||
979d35ae1e |
@ -128,7 +128,11 @@ html_copy_source = False
|
|||||||
latex_documents = [
|
latex_documents = [
|
||||||
{%- if doc_type %}
|
{%- if doc_type %}
|
||||||
('index',
|
('index',
|
||||||
|
{%- if doc_type == 'dev' %}
|
||||||
|
'{{ service_type }}-dev-guide.tex',
|
||||||
|
{%- else %}
|
||||||
'{{ service_type }}-{{ doc_type }}.tex',
|
'{{ service_type }}-{{ doc_type }}.tex',
|
||||||
|
{% endif -%}
|
||||||
u'{{ title }}',
|
u'{{ title }}',
|
||||||
u'OpenTelekomCloud', 'manual'),
|
u'OpenTelekomCloud', 'manual'),
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
|
Reference in New Issue
Block a user