Compare commits

...

3 Commits

Author SHA1 Message Date
b547261123 Update content 2023-08-14 20:05:01 +00:00
9267b41cbf Update content 2023-08-14 16:00:57 +00:00
5b33fdb5a2 Update content 2023-08-14 07:46:10 +00:00

View File

@ -109,4 +109,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'),
]