Skip to content

Commit e0cb6e1

Browse files
committed
dirty fix to avoid attrs.pop("backrefs") # Crashes when backrefs doesn't exist!
1 parent 63e6046 commit e0cb6e1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@
151151
("py:class", "squidpy._constants._constants.SpatialAutocorr"),
152152
("py:class", "squidpy._constants._constants.CoordType"),
153153
("py:class", "squidpy._constants._constants.Transform"),
154+
("py:class", "pandas.core.frame.DataFrame"),
154155
]
155156
# see the solution from: https://github.com/sphinx-doc/sphinx/issues/7369
156157
linkcheck_ignore = [

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ optional-dependencies.docs = [
101101
"sphinx-tabs",
102102
"sphinxcontrib-bibtex>=2.3",
103103
"sphinxcontrib-spelling>=7.6.2",
104+
"docutils<0.22", # Pin to avoid sphinx-tabs KeyError with backrefs
104105
]
105106
optional-dependencies.leiden = [
106107
"leidenalg",

0 commit comments

Comments
 (0)