Changes to swr_api-ref from docs/doc-exports#459 (Do not escape sequences inside

Reviewed-by: gtema <artem.goncharov@gmail.com>
Co-authored-by: proposalbot <proposalbot@otc-service.com>
Co-committed-by: proposalbot <proposalbot@otc-service.com>
This commit is contained in:
proposalbot 2022-11-10 15:33:53 +00:00 committed by zuul
parent 018cf85ccf
commit 8b3a79d77e

View File

@ -26,6 +26,9 @@ otcdocs_auto_version = False
project = 'Software Repository for Containers' project = 'Software Repository for Containers'
otcdocs_repo_name = 'docs/software-repository-container' 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, # 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 # add these directories to sys.path here. If the directory is relative to the
@ -72,11 +75,12 @@ show_authors = False
html_theme = 'otcdocs' html_theme = 'otcdocs'
# Theme options are theme-specific and customize the look and feel of a theme # 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. # documentation.
html_theme_options = { html_theme_options = {
'disable_search': True, "disable_search": True,
'site_name': 'Internal Documentation Portal' "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 # 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 -------------------------------------------------- # -- Options for PDF output --------------------------------------------------
latex_documents = [ latex_documents = [
('index', ('index',
'swr-api-ref.tex', 'swr-api-ref.tex',
u'Software Repository for Containers - API Reference', u'Software Repository for Containers - API Reference',
u'OpenTelekomCloud', 'manual'), u'OpenTelekomCloud', 'manual'),
] ]