From cfffa5c8d05cc4b9ee9d37d9d6a520e9fabe6d04 Mon Sep 17 00:00:00 2001
From: Matthias Diener <mdiener@illinois.edu>
Date: Mon, 17 Jun 2024 15:03:57 -0500
Subject: [PATCH] clean up attrs immutabledict

---
 doc/conf.py | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/doc/conf.py b/doc/conf.py
index 7000e09..75f5bea 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -29,6 +29,7 @@ intersphinx_mapping = {
     "jax": ("https://jax.readthedocs.io/en/latest/", None),
     "attrs": ("https://www.attrs.org/en/stable/", None),
     "mpi4py": ("https://mpi4py.readthedocs.io/en/latest", None),
+    "immutabledict": ("https://immutabledict.corenting.fr/", None),
 }
 
 # Some modules need to import things just so that sphinx can resolve symbols in
@@ -47,9 +48,4 @@ nitpick_ignore_regex = [
     ["py:class", r"numpy.(u?)int[\d]+"],
     ["py:class", r"numpy.bool_"],
     ["py:class", r"typing_extensions(.+)"],
-    # As of 2023-10-05, it doesn't look like there's sphinx documentation
-    # available.
-    ["py:class", r"immutabledict(.*)"],
-    # https://github.com/python-attrs/attrs/issues/1073
-    ["py:mod", "attrs"],
 ]
-- 
GitLab