Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ build:
- pixi install -e docs
build:
html:
- pixi run -e docs python ci/scripts/download-all-tutorial-datasets.py
- pixi run -e docs sphinx-build -T -b html docs $READTHEDOCS_OUTPUT/html
sphinx:
configuration: docs/conf.py
4 changes: 4 additions & 0 deletions ci/scripts/download-all-tutorial-datasets.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import parcels.tutorial

for name in parcels.tutorial.list_datasets():
parcels.tutorial.open_dataset(name)
Loading