Compare commits

...

5 Commits

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