From 26e60aac308282de27bb3309fda9d0f53fa87c61 Mon Sep 17 00:00:00 2001 From: proposalbot Date: Thu, 10 Nov 2022 15:34:09 +0000 Subject: [PATCH] Changes to swr_umn from docs/doc-exports#459 (Do not escape sequences inside of Reviewed-by: gtema Co-authored-by: proposalbot Co-committed-by: proposalbot --- umn/source/conf.py | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/umn/source/conf.py b/umn/source/conf.py index 6ea0a6d..6d80bb9 100644 --- a/umn/source/conf.py +++ b/umn/source/conf.py @@ -26,6 +26,9 @@ otcdocs_auto_version = False project = 'Software Repository for Containers' otcdocs_repo_name = 'docs/software-repository-container' +# Those variables are required for edit/bug links +otcdocs_git_fqdn = 'gitea.eco.tsi-dev.otc-service.com' +otcdocs_git_type = 'gitea' # 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 @@ -72,11 +75,12 @@ show_authors = False html_theme = 'otcdocs' # Theme options are theme-specific and customize the look and feel of a theme -# further. For a list of options available for each theme, see the +# further. For a list of options available for each theme, see the # documentation. html_theme_options = { - 'disable_search': True, - 'site_name': 'Internal Documentation Portal' + "disable_search": True, + "site_name": "Internal Documentation Portal", + "logo_url": "https://docs-int.otc-service.com", } # The name for this set of Sphinx documents. If None, it defaults to @@ -92,8 +96,8 @@ html_static_path = ['_static'] # -- Options for PDF output -------------------------------------------------- latex_documents = [ -('index', + ('index', 'swr-umn.tex', u'Software Repository for Containers - User Guide', u'OpenTelekomCloud', 'manual'), -] \ No newline at end of file +]