From b6db74666a7f54a537f1489a29fd27737191817d Mon Sep 17 00:00:00 2001 From: Guillaume Lemaitre Date: Mon, 30 Oct 2023 18:31:54 +0100 Subject: [PATCH] MAINT enable search summary when interacting with search box --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 288aba5404ae6..9a0c09438d865 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -309,7 +309,7 @@ html_additional_pages[old_link] = "redirects.html" # Not showing the search summary makes the search page load faster. -html_show_search_summary = False +html_show_search_summary = True # The "summary-anchor" IDs will be overwritten via JavaScript to be unique.