From c8cb8913130467e47e862f1a3beb288dd03b89fe Mon Sep 17 00:00:00 2001 From: OpenTelekomCloud Proposal Bot Date: Fri, 13 Jan 2023 08:47:08 +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 71dbb05..85083e6 100644 --- a/api-ref/source/conf.py +++ b/api-ref/source/conf.py @@ -98,4 +98,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'), +]