We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eae5858 commit f15a04eCopy full SHA for f15a04e
docs/conf.py
@@ -127,6 +127,7 @@
127
# If building the documentation fails because of a missing link that is outside your control,
128
# you can add an exception to this list.
129
("py:class", "Path"),
130
+ ("py:class", "pathlib._local.Path"),
131
("py:class", "AnnData"),
132
("py:class", "SpatialData"),
133
("py:func", "imageio.imread"), # maybe this can be fixed
pyproject.toml
@@ -46,7 +46,7 @@ dev = [
46
"pre-commit"
47
]
48
doc = [
49
- "sphinx>=4.5",
+ "sphinx>=4.5,<9",
50
"sphinx-book-theme>=1.0.0",
51
"myst-nb",
52
"sphinxcontrib-bibtex>=1.0.0",
0 commit comments