From 8755e343a580f3800f396ce6e5993d562b98e73e Mon Sep 17 00:00:00 2001 From: OpenTelekomCloud Proposal Bot Date: Thu, 12 Jan 2023 13:23:35 +0000 Subject: [PATCH] Update content --- umn/source/conf.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/umn/source/conf.py b/umn/source/conf.py index b47232a..4557edf 100644 --- a/umn/source/conf.py +++ b/umn/source/conf.py @@ -94,8 +94,10 @@ html_title = "Cloud Container Service - User Guide" # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] -# Do not include sources into the rendered results -html_copy_source = False - # -- Options for PDF output -------------------------------------------------- -latex_documents = [] +latex_documents = [ + ('index', + 'None.tex', + u'Cloud Container Service - User Guide', + u'OpenTelekomCloud', 'manual'), +]