From 7c8044b7381e17d54cc91c60397748b25e758cfa Mon Sep 17 00:00:00 2001 From: proposalbot Date: Wed, 9 Nov 2022 14:14:48 +0000 Subject: [PATCH] Changes to wafd_umn from docs/doc-exports#451 (fix conf.py template disable_sear Reviewed-by: gtema Co-authored-by: proposalbot Co-committed-by: proposalbot --- umn/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umn/source/conf.py b/umn/source/conf.py index 0fcf7e5..b6ffcee 100644 --- a/umn/source/conf.py +++ b/umn/source/conf.py @@ -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", }