From 049eef38c93aed072fe24bbd226fd05c10fdc0aa Mon Sep 17 00:00:00 2001 From: Mike Fiedler Date: Tue, 25 Jul 2023 19:27:51 -0400 Subject: [PATCH] Enable search shortcuts Enable already-existing JavaScript flag. Included since Sphinx 4.5.0 https://www.sphinx-doc.org/en/master/changes.html#release-4-5-0-released-mar-28-2022 --- python_docs_theme/theme.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/python_docs_theme/theme.conf b/python_docs_theme/theme.conf index 564c9c5..7be231e 100644 --- a/python_docs_theme/theme.conf +++ b/python_docs_theme/theme.conf @@ -33,3 +33,4 @@ root_url = https://www.python.org/ root_icon = py.svg root_include_title = True copyright_url = +enable_search_shortcuts = True