Compare commits

...

3 Commits

Author SHA1 Message Date
422730213c Update content 2023-06-01 07:38:49 +00:00
d2f9547e75 Update content 2023-05-26 07:59:29 +00:00
e9a09373b4 Update content 2023-05-25 16:25:59 +00:00

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'),
]