Skip to content

Commit

Permalink
clean up attrs immutabledict
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdiener authored and inducer committed Jun 25, 2024
1 parent e95806a commit cfffa5c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"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
Expand All @@ -47,9 +48,4 @@
["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"],
]

0 comments on commit cfffa5c

Please sign in to comment.