Skip to content

Commit

Permalink
(fix): try ignoring exports
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan-gold committed Jul 8, 2024
1 parent 8c1f01d commit a7d412a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,13 @@
# https://github.com/theislab/scanpydoc/issues/140
("py:class", "h5py._hl.group.Group"),
("py:class", "h5py._hl.dataset.Dataset"),
# for experimental callback exports
("py:class", "anndata.compat.ZappyArray"),
("py:class", "anndata.compat.DaskArray"),
("py:class", "anndata.compat.CupyArray"),
("py:class", "anndata.compat.CupySparseMatrix"),
("py:class", "awkward.highlevel.Array"),
("py:class", "anndata._core.sparse_dataset.BaseCompressedSparseDataset"),
]
suppress_warnings = [
"ref.citation",
Expand Down

0 comments on commit a7d412a

Please sign in to comment.