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/