From dda366a680fdbc06f2fb79fca13a543fefefe0e2 Mon Sep 17 00:00:00 2001 From: Revathyvenugopal162 Date: Wed, 21 May 2025 16:59:21 +0200 Subject: [PATCH] feat: test multi indexing --- doc/source/conf.py | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index a0731b27..dcac4c9e 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -190,6 +190,12 @@ def get_last_metapackage_release(): "min_chars_for_search": 2, "ignoreLocation": True, }, + "search_extra_sources": { + "PyDPF Core": "https:/dpf.docs.pyansys.com/version/stable/", + "PyMAPDL": "https://mapdl.docs.pyansys.com/version/stable/", + "PyAEDT": "https://aedt.docs.pyansys.com/version/stable/", + "PyAnsys Geometry": "https://geometry.docs.pyansys.com/version/stable/", + }, } # Check all references work fine diff --git a/pyproject.toml b/pyproject.toml index 4aee05c2..81861469 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ all = [ ] doc = [ "Sphinx==8.2.3", - "ansys-sphinx-theme==1.4.4", + "ansys-sphinx-theme @ git+https://github.com/ansys/ansys-sphinx-theme.git@feat/search-weight", "Jinja2 ==3.1.6", "Pillow==11.2.1", "PyGithub==2.6.1",