From 4bbfcf59f5367a4975b4b21d74c13ba63b7543fb Mon Sep 17 00:00:00 2001 From: OpenTelekomCloud Proposal Bot Date: Tue, 2 Jan 2024 11:45:09 +0000 Subject: [PATCH] Update content --- api-ref/source/conf.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py index 3967284..a5297e9 100644 --- a/api-ref/source/conf.py +++ b/api-ref/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'Document Database Service - API Reference', + u'OpenTelekomCloud', 'manual'), +]