Skip to content

Commit 2113b3f

Browse files
PauBadiaMclaude
andcommitted
Add intersphinx mappings for pandas, matplotlib, and mudata
Fixes ReadTheDocs build warnings for missing cross-reference targets. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent cb5c060 commit 2113b3f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@
100100
"anndata": ("https://anndata.readthedocs.io/en/stable/", None),
101101
"scanpy": ("https://scanpy.readthedocs.io/en/stable/", None),
102102
"numpy": ("https://numpy.org/doc/stable/", None),
103+
"pandas": ("https://pandas.pydata.org/docs/", None),
104+
"matplotlib": ("https://matplotlib.org/stable/", None),
105+
"mudata": ("https://mudata.readthedocs.io/en/stable/", None),
103106
}
104107

105108
# List of patterns, relative to source directory, that match files and

0 commit comments

Comments
 (0)