Changes to wafd_umn from docs/doc-exports#451 (fix conf.py template disable_sear

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-09 14:14:48 +00:00 committed by zuul
parent 1007dfb7b8
commit 7c8044b738

View File

@ -78,7 +78,7 @@ html_theme = 'otcdocs'
# 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", "logo_url": "https://docs-int.otc-service.com",
} }