From 2b8e424d391ffdec674c573396502e0701c3c4e3 Mon Sep 17 00:00:00 2001 From: OpenTelekomCloud Proposal Bot Date: Wed, 25 Oct 2023 11:42:10 +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 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'), +]