Update Docs configuration

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:
Goncharov, Artem 2022-11-08 20:51:59 +00:00 committed by zuul
parent bd908a7cea
commit 8cdce619d9
3 changed files with 55 additions and 62 deletions

View File

@ -78,7 +78,7 @@ html_theme = 'otcdocs'
# further. For a list of options available for each theme, see the
# documentation.
html_theme_options = {
"disable_search": "True",
"disable_search": True,
"site_name": "Internal Documentation Portal",
"logo_url": "https://docs-int.otc-service.com",
}

105
tox.ini

File diff suppressed because it is too large Load Diff

View File

@ -78,7 +78,7 @@ html_theme = 'otcdocs'
# further. For a list of options available for each theme, see the
# documentation.
html_theme_options = {
"disable_search": "True",
"disable_search": True,
"site_name": "Internal Documentation Portal",
"logo_url": "https://docs-int.otc-service.com",
}