Skip to content

Commit 6378a1a

Browse files
authored
Update .readthedocs.yml
1 parent 2cb7be6 commit 6378a1a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.readthedocs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ build:
1414
commands:
1515
- mkdir --parents $READTHEDOCS_OUTPUT/html/
1616
- 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
18-
- cp --recursive build/html/* $READTHEDOCS_OUTPUT/html/
17+
- mkdir docUnzipped/
18+
- unzip SofaPython3_v24.12.00_docs.zip -d docUnzipped/
19+
- cp --recursive docUnzipped/* $READTHEDOCS_OUTPUT/html/

0 commit comments

Comments
 (0)