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", }