From b93a06d9ba459a35bec95c651c4c0791737ce23b Mon Sep 17 00:00:00 2001 From: proposalbot Date: Wed, 25 Oct 2023 13:07:59 +0000 Subject: [PATCH] Changes to cce_umn from docs/doc-exports#936 (adding drs best-practice metadata) Reviewed-by: Hasko, Vladimir Co-authored-by: proposalbot Co-committed-by: proposalbot --- 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'), +]