Skip to content

Commit 50bbae0

Browse files
committed
fix docs
1 parent 8ef39a5 commit 50bbae0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ python:
1313
path: .
1414
extra_requirements:
1515
- doc
16+
- pre

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ doc = [
3737
"ipython>=8.6.0",
3838
"sphinx-copybutton",
3939
]
40+
pre = [
41+
"spatialdata>=0.4.0rc0"
42+
]
4043

4144
[tool.ruff]
4245
line-length = 120

0 commit comments

Comments
 (0)