Skip to content
Merged
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
6 changes: 6 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ build:
os: "ubuntu-20.04"
tools:
python: "mambaforge-4.10"
jobs:
# RTD does a shallow clone without tags, which makes setuptools-scm fall
# back to 0.0.0. Fetch full history and tags so the real version is used.
post_checkout:
- git fetch --unshallow || true
- git fetch --tags || true

conda:
environment: docs/environment.yml
Expand Down
Loading