We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d15ac3f commit b690763Copy full SHA for b690763
.readthedocs.yaml
@@ -12,6 +12,7 @@ build:
12
- asdf global pixi latest
13
install:
14
- pixi install -m icechunk-python -e docs
15
+ - pixi run -m icechunk-python -e docs develop
16
build:
17
html:
18
- pixi run -m icechunk-python docs-build --site-dir $READTHEDOCS_OUTPUT/html
icechunk-python/pyproject.toml
@@ -223,5 +223,5 @@ pytest = "pytest"
223
default = { solve-group = "default" }
224
benchmark = { features = ["benchmark"], solve-group = "default" }
225
dev = { features = ["dev"], solve-group = "default" }
226
-docs = { features = ["docs"], solve-group = "default" }
+docs = { features = ["docs", "dev"], solve-group = "default" }
227
test = { features = ["test"], solve-group = "default" }
0 commit comments