From ea8e324bb0782920393a7eacf3cdae78856f9be7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 21:24:01 +0000 Subject: [PATCH 1/2] Bump ansys-sphinx-theme from 1.0.11 to 1.1.1 Bumps [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) from 1.0.11 to 1.1.1. - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.0.11...v1.1.1) --- updated-dependencies: - dependency-name: ansys-sphinx-theme dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/requirements_docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements_docs.txt b/requirements/requirements_docs.txt index 71ab1b105..c61f8ad12 100644 --- a/requirements/requirements_docs.txt +++ b/requirements/requirements_docs.txt @@ -10,7 +10,7 @@ pytest-sphinx==0.6.3 sphinx-notfound-page==1.0.4 sphinx-copybutton==0.5.0 sphinx-gallery==0.17.1 -ansys_sphinx_theme==1.0.11 +ansys_sphinx_theme==1.1.1 sphinx-autodoc-typehints==2.4.4; python_version == '3.8' sphinx-autodoc-typehints==2.4.4; python_version >= '3.9' pyvista==0.44.1 From d4c2e4d0c0c0d984c75af1e50d939b410a6d3b9d Mon Sep 17 00:00:00 2001 From: "paul.profizi" Date: Wed, 2 Oct 2024 17:14:13 +0200 Subject: [PATCH 2/2] Add static search config --- doc/source/conf.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index f985434ff..ce1a873af 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -226,6 +226,11 @@ def reset_servers(gallery_conf, fname, when): "version_match": get_version_match(__version__), }, "navbar_end": ["version-switcher", "theme-switcher", "navbar-icon-links"], + "static_search": { + "threshold": 0.5, + "min_chars_for_search": 2, + "ignoreLocation": True, + }, } # Add any paths that contain custom static files (such as style sheets) here,