diff --git a/readthedocs.yml b/readthedocs.yml index 23fab10c..dba656e3 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -3,7 +3,14 @@ version: 2 build: os: "ubuntu-22.04" tools: - python: "mambaforge-4.10" + python: "mambaforge-latest" + jobs: + post_checkout: + - git fetch --unshallow || true + +sphinx: + configuration: docs/source/conf.py + builder: dirhtml conda: environment: docs/environment.yml