Skip to content

Commit b690763

Browse files
committed
fix rtd with new develop task
1 parent d15ac3f commit b690763

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ build:
1212
- asdf global pixi latest
1313
install:
1414
- pixi install -m icechunk-python -e docs
15+
- pixi run -m icechunk-python -e docs develop
1516
build:
1617
html:
1718
- pixi run -m icechunk-python docs-build --site-dir $READTHEDOCS_OUTPUT/html

icechunk-python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,5 +223,5 @@ pytest = "pytest"
223223
default = { solve-group = "default" }
224224
benchmark = { features = ["benchmark"], solve-group = "default" }
225225
dev = { features = ["dev"], solve-group = "default" }
226-
docs = { features = ["docs"], solve-group = "default" }
226+
docs = { features = ["docs", "dev"], solve-group = "default" }
227227
test = { features = ["test"], solve-group = "default" }

0 commit comments

Comments
 (0)