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 2cb7be6 commit 6378a1aCopy full SHA for 6378a1a
.readthedocs.yml
@@ -14,5 +14,6 @@ build:
14
commands:
15
- mkdir --parents $READTHEDOCS_OUTPUT/html/
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
18
- - cp --recursive build/html/* $READTHEDOCS_OUTPUT/html/
+ - mkdir docUnzipped/
+ - unzip SofaPython3_v24.12.00_docs.zip -d docUnzipped/
19
+ - cp --recursive docUnzipped/* $READTHEDOCS_OUTPUT/html/
0 commit comments