We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ef39a5 commit 50bbae0Copy full SHA for 50bbae0
.readthedocs.yaml
@@ -13,3 +13,4 @@ python:
13
path: .
14
extra_requirements:
15
- doc
16
+ - pre
pyproject.toml
@@ -37,6 +37,9 @@ doc = [
37
"ipython>=8.6.0",
38
"sphinx-copybutton",
39
]
40
+pre = [
41
+ "spatialdata>=0.4.0rc0"
42
+]
43
44
[tool.ruff]
45
line-length = 120
0 commit comments