From 965e4646912bc761042ecae128515b0a6d4b5bba Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Mon, 3 Mar 2025 14:29:15 -0800 Subject: [PATCH] Fix readthedocs.yml Ref: https://about.readthedocs.com/blog/2024/12/deprecate-config-files-without-sphinx-or-mkdocs-config/ --- readthedocs.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/readthedocs.yml b/readthedocs.yml index 23fab10c6..dba656e3c 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