From f430a22de5f96a0c8afd0e9a7a260944fe3cac9d Mon Sep 17 00:00:00 2001 From: "Oriol (VANT Edge)" Date: Fri, 2 Jan 2026 19:48:35 +0100 Subject: [PATCH] try arviz combined cross-ref inventory --- examples/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/conf.py b/examples/conf.py index 1d76b80dc..33cb57eb8 100644 --- a/examples/conf.py +++ b/examples/conf.py @@ -183,7 +183,7 @@ def setup(app: Sphinx): # intersphinx mappings intersphinx_mapping = { - "arviz": ("https://python.arviz.org/en/latest/", None), + "arviz": ("https://python.arviz.org/", "https://arviz--2509.org.readthedocs.build/en/2509/objects.inv"), "bambi": ("https://bambinos.github.io/bambi", None), "einstats": ("https://einstats.python.arviz.org/en/latest/", None), "mpl": ("https://matplotlib.org/", None),