From 170aa8b37d265e65e5a9f4534604efb4f6287f44 Mon Sep 17 00:00:00 2001 From: proposalbot Date: Fri, 13 Jan 2023 09:05:01 +0000 Subject: [PATCH] Changes to dds_api-ref from docs/doc-exports#502 (dds api 2.0.38sp24 version dd Reviewed-by: gtema Co-authored-by: proposalbot Co-committed-by: proposalbot --- 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'), +]