Skip to content

Commit f15a04e

Browse files
committed
attempt fix docs
1 parent eae5858 commit f15a04e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@
127127
# If building the documentation fails because of a missing link that is outside your control,
128128
# you can add an exception to this list.
129129
("py:class", "Path"),
130+
("py:class", "pathlib._local.Path"),
130131
("py:class", "AnnData"),
131132
("py:class", "SpatialData"),
132133
("py:func", "imageio.imread"), # maybe this can be fixed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dev = [
4646
"pre-commit"
4747
]
4848
doc = [
49-
"sphinx>=4.5",
49+
"sphinx>=4.5,<9",
5050
"sphinx-book-theme>=1.0.0",
5151
"myst-nb",
5252
"sphinxcontrib-bibtex>=1.0.0",

0 commit comments

Comments
 (0)