From 1007dfb7b8b0ca4d14b1388dfeba5e88b435b601 Mon Sep 17 00:00:00 2001 From: proposalbot Date: Wed, 9 Nov 2022 14:14:21 +0000 Subject: [PATCH] Changes to wafd_api-ref from docs/doc-exports#451 (fix conf.py template disable_ Reviewed-by: gtema Co-authored-by: proposalbot Co-committed-by: proposalbot --- api-ref/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py index 0be1c87..90d8b0a 100644 --- a/api-ref/source/conf.py +++ b/api-ref/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", }