diff --git a/umn/source/conf.py b/umn/source/conf.py index b47232a..2ba353a 100644 --- a/umn/source/conf.py +++ b/umn/source/conf.py @@ -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 Service - User Guide', + u'OpenTelekomCloud', 'manual'), +]