From 98adb69605856717316140dc6ae8f7aa939c1bfe Mon Sep 17 00:00:00 2001 From: Hugo Date: Wed, 19 Feb 2025 23:23:57 +0100 Subject: [PATCH] [doc] Update .readthedocs.yml --- .readthedocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 98e3f4807..e3f5cb55a 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -13,6 +13,6 @@ build: os: "ubuntu-22.04" commands: - mkdir --parents $READTHEDOCS_OUTPUT/html/ - - wget https://github.com/sofa-framework/SofaPython3/releases/download/release-v23.06/SofaPython3_v23.06_docs.zip - - unzip SofaPython3_v23.06_docs.zip + - wget https://github.com/sofa-framework/SofaPython3/releases/download/v24.12.00-doc-generation/SofaPython3_v24.12.00_docs.zip + - unzip SofaPython3_v24.12.00_docs.zip - cp --recursive build/html/* $READTHEDOCS_OUTPUT/html/