Compare commits
3 Commits
350eef61c1
...
56bfb6ca66
Author | SHA1 | Date | |
---|---|---|---|
56bfb6ca66 | |||
d2d976c5d6 | |||
979d35ae1e |
@ -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 -%}
|
||||
|
Reference in New Issue
Block a user