We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63e6046 commit e0cb6e1Copy full SHA for e0cb6e1
docs/conf.py
@@ -151,6 +151,7 @@
151
("py:class", "squidpy._constants._constants.SpatialAutocorr"),
152
("py:class", "squidpy._constants._constants.CoordType"),
153
("py:class", "squidpy._constants._constants.Transform"),
154
+ ("py:class", "pandas.core.frame.DataFrame"),
155
]
156
# see the solution from: https://github.com/sphinx-doc/sphinx/issues/7369
157
linkcheck_ignore = [
pyproject.toml
@@ -101,6 +101,7 @@ optional-dependencies.docs = [
101
"sphinx-tabs",
102
"sphinxcontrib-bibtex>=2.3",
103
"sphinxcontrib-spelling>=7.6.2",
104
+ "docutils<0.22", # Pin to avoid sphinx-tabs KeyError with backrefs
105
106
optional-dependencies.leiden = [
107
"leidenalg",
0 commit comments