8000 DOC Remove unneeded html_show_search_summary since True is the defaul… · jeremiedbb/scikit-learn@be32b3c · GitHub
[go: up one dir, main page]

< 8000 div data-turbo-body class="logged-out env-production page-responsive" style="word-wrap: break-word;">
Skip to content

Commit be32b3c

Browse files
lestevejeremiedbb
authored andcommitted
DOC Remove unneeded html_show_search_summary since True is the default (scikit-learn#29139)
1 parent 2afc602 commit be32b3c

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)
0