Changes to cce_umn from docs/doc-exports#769 (chore: use convertor from separate

Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: proposalbot <proposalbot@otc-service.com>
Co-committed-by: proposalbot <proposalbot@otc-service.com>
This commit is contained in:
proposalbot 2023-06-01 13:48:51 +00:00 committed by zuul
parent 687ed90baf
commit bcb637d073

View File

@ -98,4 +98,9 @@ html_static_path = ['_static']
html_copy_source = False
# -- Options for PDF output --------------------------------------------------
latex_documents = []
latex_documents = [
('index',
'None.tex',
u'Cloud Container Engine - User Guide',
u'OpenTelekomCloud', 'manual'),
]