diff --git a/doc/conf.py b/doc/conf.py index 288aba5404a..9a0c09438d8 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -309,7 +309,7 @@ for old_link in redirects: 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. diff --git a/doc/themes/scikit-learn-modern/layout.html b/doc/themes/scikit-learn-modern/layout.html index c9d232db884..779435323be 100644 --- a/doc/themes/scikit-learn-modern/layout.html +++ b/doc/themes/scikit-learn-modern/layout.html @@ -10,8 +10,8 @@ - - + +
{{ metatags }} @@ -35,7 +35,7 @@ {%- endif %} {%- endfor %} - + {%- block extrahead %} {% endblock %}