Skip to content

Commit

Permalink
(fix): remap callback internal usages
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan-gold committed Jul 8, 2024
1 parent a7d412a commit 4d56396
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ def setup(app: Sphinx):
"h5py._hl.files.File": "h5py.File",
"h5py._hl.dataset.Dataset": "h5py.Dataset",
"anndata._core.anndata.AnnData": "anndata.AnnData",
"anndata._io.specs.registry.read_callback": "anndata.experimental.read_callback",
"anndata._io.specs.registry.write_callback": "anndata.experimental.write_callback",
}

# -- Social cards ---------------------------------------------------------
Expand Down

0 comments on commit 4d56396

Please sign in to comment.