Update conf.py file

Performed-by: gitea/infra/otc-metadata/tools/generate_doc_confpy.py
This commit is contained in:
Artem Goncharov 2022-10-28 10:04:28 +02:00
parent 33d7ae7b1d
commit 6cad858bd9
2 changed files with 18 additions and 10 deletions

View File

@ -26,6 +26,9 @@ otcdocs_auto_version = False
project = 'GaussDB Enterprise-class Distributed Database compatible with MySQL' project = 'GaussDB Enterprise-class Distributed Database compatible with MySQL'
otcdocs_repo_name = 'docs/gaussdb-mysql' otcdocs_repo_name = 'docs/gaussdb-mysql'
# 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,7 +96,7 @@ html_static_path = ['_static']
# -- Options for PDF output -------------------------------------------------- # -- Options for PDF output --------------------------------------------------
latex_documents = [ latex_documents = [
('index', ('index',
'gaussdb_mysql-api-ref.tex', 'gaussdb_mysql-api-ref.tex',
u'GaussDB Enterprise-class Distributed Database compatible with MySQL - API Reference', u'GaussDB Enterprise-class Distributed Database compatible with MySQL - API Reference',
u'OpenTelekomCloud', 'manual'), u'OpenTelekomCloud', 'manual'),

View File

@ -26,6 +26,9 @@ otcdocs_auto_version = False
project = 'GaussDB Enterprise-class Distributed Database compatible with MySQL' project = 'GaussDB Enterprise-class Distributed Database compatible with MySQL'
otcdocs_repo_name = 'docs/gaussdb-mysql' otcdocs_repo_name = 'docs/gaussdb-mysql'
# 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,7 +96,7 @@ html_static_path = ['_static']
# -- Options for PDF output -------------------------------------------------- # -- Options for PDF output --------------------------------------------------
latex_documents = [ latex_documents = [
('index', ('index',
'gaussdb_mysql-umn.tex', 'gaussdb_mysql-umn.tex',
u'GaussDB Enterprise-class Distributed Database compatible with MySQL - User Guide', u'GaussDB Enterprise-class Distributed Database compatible with MySQL - User Guide',
u'OpenTelekomCloud', 'manual'), u'OpenTelekomCloud', 'manual'),