diff --git a/umn/source/conf.py b/umn/source/conf.py index 6e38b98..4557edf 100644 --- a/umn/source/conf.py +++ b/umn/source/conf.py @@ -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'), +]