diff --git a/src/ansys_sphinx_theme/__init__.py b/src/ansys_sphinx_theme/__init__.py index fa24bba8..9adbfa65 100644 --- a/src/ansys_sphinx_theme/__init__.py +++ b/src/ansys_sphinx_theme/__init__.py @@ -7,7 +7,7 @@ from ansys_sphinx_theme.latex import generate_404 # noqa: F401 -__version__ = "0.10.0" +__version__ = "0.10.1" # Declare the fundamental paths of the theme diff --git a/src/ansys_sphinx_theme/theme/ansys_sphinx_theme/components/search-field.html b/src/ansys_sphinx_theme/theme/ansys_sphinx_theme/components/search-field.html index e21d98d9..a1689e09 100644 --- a/src/ansys_sphinx_theme/theme/ansys_sphinx_theme/components/search-field.html +++ b/src/ansys_sphinx_theme/theme/ansys_sphinx_theme/components/search-field.html @@ -44,7 +44,7 @@ enableDarkMode: "auto", debug: true, // Set debug to true if you want to inspect the dropdown meilisearchOptions: { - limit: 10, + limit: 1000, }, }); diff --git a/src/ansys_sphinx_theme/theme/ansys_sphinx_theme/search.html b/src/ansys_sphinx_theme/theme/ansys_sphinx_theme/search.html index 0757fb0f..f0a43aee 100644 --- a/src/ansys_sphinx_theme/theme/ansys_sphinx_theme/search.html +++ b/src/ansys_sphinx_theme/theme/ansys_sphinx_theme/search.html @@ -16,6 +16,17 @@ {%- include "sections/header.html" %} {% endblock docs_navbar %} +
{# Primary sidebar #}