Skip to content

Commit 2cb7be6

Browse files
authored
[doc] Update .readthedocs.yml (#484)
1 parent 18bcc2f commit 2cb7be6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.readthedocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ build:
1313
os: "ubuntu-22.04"
1414
commands:
1515
- 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
16+
- wget https://github.com/sofa-framework/SofaPython3/releases/download/v24.12.00-doc-generation/SofaPython3_v24.12.00_docs.zip
17+
- unzip SofaPython3_v24.12.00_docs.zip
1818
- cp --recursive build/html/* $READTHEDOCS_OUTPUT/html/

0 commit comments

Comments
 (0)