From 34355b8b278cd2ff036dd78b258660dfa2a5493d Mon Sep 17 00:00:00 2001 From: OpenTelekomCloud Proposal Bot Date: Sun, 13 Aug 2023 10:36:31 +0000 Subject: [PATCH] Update content --- umn/source/conf.py | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/umn/source/conf.py b/umn/source/conf.py index 4bcf330..cba9a5d 100644 --- a/umn/source/conf.py +++ b/umn/source/conf.py @@ -30,17 +30,6 @@ otcdocs_repo_name = 'docs/cloud-container-engine' otcdocs_git_fqdn = 'gitea.eco.tsi-dev.otc-service.com' otcdocs_git_type = 'gitea' -# Those variables are needed for indexing into OpenSearch -otcdocs_doc_environment = 'internal' -otcdocs_doc_link = '/cloud-container-engine/umn/' -otcdocs_doc_title = 'User Guide' -otcdocs_doc_type = 'umn' -otcdocs_service_category = 'container' -otcdocs_service_title = 'Cloud Container Engine' -otcdocs_service_type = 'cce' -otcdocs_search_environment = 'hc_de' -otcdocs_search_url = "https://opensearch.eco.tsi-dev.otc-service.com/" - # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. @@ -109,4 +98,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'), +]