diff --git a/umn/source/conf.py b/umn/source/conf.py index 3b8cda4..203841c 100644 --- a/umn/source/conf.py +++ b/umn/source/conf.py @@ -30,17 +30,6 @@ otcdocs_repo_name = 'docs/virtual-private-cloud' 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 = '/virtual-private-cloud/umn/' -otcdocs_doc_title = 'User Guide' -otcdocs_doc_type = 'umn' -otcdocs_service_category = 'network' -otcdocs_service_title = 'Virtual Private Cloud' -otcdocs_service_type = 'vpc' -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.