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