diff --git a/umn/source/conf.py b/umn/source/conf.py index 4bcf330..548be66 100644 --- a/umn/source/conf.py +++ b/umn/source/conf.py @@ -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'), +]