We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18bcc2f commit 2cb7be6Copy full SHA for 2cb7be6
.readthedocs.yml
@@ -13,6 +13,6 @@ build:
13
os: "ubuntu-22.04"
14
commands:
15
- mkdir --parents $READTHEDOCS_OUTPUT/html/
16
- - wget https://github.com/sofa-framework/SofaPython3/releases/download/release-v23.06/SofaPython3_v23.06_docs.zip
17
- - 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
18
- cp --recursive build/html/* $READTHEDOCS_OUTPUT/html/
0 commit comments