From c47fc0a169e9fc2095f3bf2e43a7e6a6ff4f72c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 07:21:36 +0000 Subject: [PATCH 1/2] build(deps): bump ansys-sphinx-theme in /requirements Bumps [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) from 1.0.11 to 1.1.2. - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.0.11...v1.1.2) --- updated-dependencies: - dependency-name: ansys-sphinx-theme dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/requirements_doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements_doc.txt b/requirements/requirements_doc.txt index 0b2547cb0..1e7486ef9 100644 --- a/requirements/requirements_doc.txt +++ b/requirements/requirements_doc.txt @@ -1,5 +1,5 @@ Sphinx==8.0.2 -ansys-sphinx-theme==1.0.11 +ansys-sphinx-theme==1.1.2 sphinx-copybutton==0.5.2 sphinx_toolbox==3.8.0 sphinx_design==0.6.1 From 2c88812aa128917e53ec641c97595d32c66f3407 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Mon, 7 Oct 2024 09:50:47 +0200 Subject: [PATCH 2/2] Update conf.py --- doc/source/conf.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 70d3754ce..51e2a1a68 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -46,11 +46,10 @@ "icon": "fa fa-wrench", }, ], - "use_meilisearch": { - "api_key": os.getenv("MEILISEARCH_PUBLIC_API_KEY", ""), - "index_uids": { - "pyansys-dev-guide": "PyAnsys dev guide", - }, + "static_search": { + "threshold": 0.5, + "min_chars_for_search": 2, + "ignoreLocation": True, }, }