Compare commits

...

1 Commits

Author SHA1 Message Date
be1f481a31 adding ccn service and fixing template for conf.py 2025-01-15 09:27:11 +00:00
3 changed files with 261 additions and 381 deletions

File diff suppressed because it is too large Load Diff

View File

@ -113,9 +113,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 -%}

View File

@ -128,6 +128,7 @@
Convert Network doc exports from html to rst and generate
corresponding rst patch files.
files:
- docs/ccn
- docs/cdn
- docs/dc
- docs/dns