forked from docs/doc-exports
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:
633
metadata.yaml
633
metadata.yaml
File diff suppressed because it is too large
Load Diff
@ -113,9 +113,13 @@ html_copy_source = False
|
|||||||
|
|
||||||
# -- Options for PDF output --------------------------------------------------
|
# -- Options for PDF output --------------------------------------------------
|
||||||
latex_documents = [
|
latex_documents = [
|
||||||
{%- if pdf_name is defined %}
|
{%- if doc_type %}
|
||||||
('index',
|
('index',
|
||||||
'{{ pdf_name }}.tex',
|
{%- if doc_type == 'dev' %}
|
||||||
|
'{{ service_type }}-dev-guide.tex',
|
||||||
|
{%- else %}
|
||||||
|
'{{ service_type }}-{{ doc_type }}.tex',
|
||||||
|
{% endif -%}
|
||||||
u'{{ title }}',
|
u'{{ title }}',
|
||||||
u'OpenTelekomCloud', 'manual'),
|
u'OpenTelekomCloud', 'manual'),
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
|
|||||||
@ -128,6 +128,7 @@
|
|||||||
Convert Network doc exports from html to rst and generate
|
Convert Network doc exports from html to rst and generate
|
||||||
corresponding rst patch files.
|
corresponding rst patch files.
|
||||||
files:
|
files:
|
||||||
|
- docs/ccn
|
||||||
- docs/cdn
|
- docs/cdn
|
||||||
- docs/dc
|
- docs/dc
|
||||||
- docs/dns
|
- docs/dns
|
||||||
|
|||||||
Reference in New Issue
Block a user