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, }, } 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