Skip to content

Commit 00601e3

Browse files
authored
DOC Remove unneeded html_show_search_summary since True is the default (scikit-learn#29139)
1 parent 546fd5f commit 00601e3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

doc/conf.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -456,9 +456,6 @@ def add_js_css_files(app, pagename, templatename, context, doctree):
456456
# See https://github.com/scikit-learn/scikit-learn/pull/22550
457457
html_context["is_devrelease"] = parsed_version.is_devrelease
458458

459-
# Not showing the search summary makes the search page load faster.
460-
html_show_search_summary = True
461-
462459

463460
# -- Options for LaTeX output ------------------------------------------------
464461
latex_elements = {

0 commit comments

Comments
 (0)