From 08aa6f1f4e8445cc320d16c0c304a8d40c235014 Mon Sep 17 00:00:00 2001 From: FrancescaDr Date: Tue, 5 May 2026 11:39:58 +0100 Subject: [PATCH 1/2] add export torch wheel --- .readthedocs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index bd0b1f5..1039af7 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,5 +12,6 @@ build: - asdf global uv latest build: html: + - export UV_FIND_LINKS=https://data.pyg.org/whl/torch-2.11.0+cpu.html - uvx hatch run docs:build - mv docs/_build $READTHEDOCS_OUTPUT From afce3eda9360b3f55c89de29554690a12dd0f6cb Mon Sep 17 00:00:00 2001 From: FrancescaDr Date: Tue, 5 May 2026 11:44:16 +0100 Subject: [PATCH 2/2] one line --- .readthedocs.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 1039af7..303fb19 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,6 +12,5 @@ build: - asdf global uv latest build: html: - - export UV_FIND_LINKS=https://data.pyg.org/whl/torch-2.11.0+cpu.html - - uvx hatch run docs:build + - env UV_FIND_LINKS=https://data.pyg.org/whl/torch-2.11.0+cpu.html uvx hatch run docs:build - mv docs/_build $READTHEDOCS_OUTPUT