File tree Expand file tree Collapse file tree 1 file changed +7
-13
lines changed
Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Original file line number Diff line number Diff line change @@ -9,16 +9,10 @@ version: 2
99sphinx :
1010 configuration : docs/sphinx/source/conf.py
1111
12- # Build documentation with MkDocs
13- # mkdocs:
14- # configuration: mkdocs.yml
15-
16- # Optionally build your docs in additional formats such as PDF
17- formats :
18- - pdf
19-
20- # Optionally set the version of Python and requirements required to build your docs
21- python :
22- version : 3.7
23- install :
24- - requirements : docs/sphinx/source/requirements.txt
12+ 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
18+ - cp --recursive build/html/* $READTHEDOCS_OUTPUT/html/
You can’t perform that action at this time.
0 commit comments