From 01f1a296859fedb5b92d34bc139c71bec5610976 Mon Sep 17 00:00:00 2001 From: OpenTelekomCloud Proposal Bot Date: Thu, 10 Nov 2022 13:35:21 +0000 Subject: [PATCH] Update content --- umn/source/conf.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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'), +]