forked from docs/mapreduce-service
Update conf.py
Reviewed-by: gtema <artem.goncharov@gmail.com> Co-authored-by: Goncharov, Artem <artem.goncharov@t-systems.com> Co-committed-by: Goncharov, Artem <artem.goncharov@t-systems.com>
This commit is contained in:
parent
ef2bdcb8f9
commit
156ec4bc4b
@ -26,6 +26,9 @@ otcdocs_auto_version = False
|
||||
|
||||
project = 'Map Reduce Service'
|
||||
otcdocs_repo_name = 'docs/mapreduce-service'
|
||||
# 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
|
||||
@ -75,8 +78,9 @@ html_theme = 'otcdocs'
|
||||
# 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
|
||||
|
@ -26,6 +26,9 @@ otcdocs_auto_version = False
|
||||
|
||||
project = 'Map Reduce Service'
|
||||
otcdocs_repo_name = 'docs/mapreduce-service'
|
||||
# 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
|
||||
@ -75,8 +78,9 @@ html_theme = 'otcdocs'
|
||||
# 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
|
||||
|
@ -26,6 +26,9 @@ otcdocs_auto_version = False
|
||||
|
||||
project = 'Map Reduce Service'
|
||||
otcdocs_repo_name = 'docs/mapreduce-service'
|
||||
# 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
|
||||
@ -75,8 +78,9 @@ html_theme = 'otcdocs'
|
||||
# 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user