Compare commits

...

1 Commits

Author SHA1 Message Date
01f1a29685 Update content 2022-11-10 13:35:21 +00:00

View File

@ -95,4 +95,9 @@ html_title = "Cloud Container Service - User Guide"
html_static_path = ['_static']
# -- Options for PDF output --------------------------------------------------
latex_documents = []
latex_documents = [
('index',
'None.tex',
u'Cloud Container Service - User Guide',
u'OpenTelekomCloud', 'manual'),
]