From c2f50ce39b7ccbfefee4ffa9ef7642c8cde5520e Mon Sep 17 00:00:00 2001 From: Vecko <36369090+VeckoTheGecko@users.noreply.github.com> Date: Sun, 28 Sep 2025 16:20:03 +0200 Subject: [PATCH] Update RTD config to fix Pixi Seems like xdggs also ran into this problem. Copying their fix to here --- .readthedocs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 5056d4a9bb..fd072af0d9 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,6 +1,9 @@ version: 2 build: os: ubuntu-lts-latest + tools: + # just so RTD stops complaining + python: "latest" jobs: create_environment: - asdf plugin add pixi