We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ae2362 commit c65b197Copy full SHA for c65b197
1 file changed
.readthedocs.yml
@@ -9,16 +9,10 @@ version: 2
9
sphinx:
10
configuration: docs/sphinx/source/conf.py
11
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
+build:
+ os: "ubuntu-22.04"
+ commands:
+ - mkdir --parents $READTHEDOCS_OUTPUT/html/
+ - wget https://github.com/sofa-framework/SofaPython3/releases/download/release-v23.06/SofaPython3_v23.06_docs.zip
+ - unzip SofaPython3_v23.06_docs.zip
+ - cp --recursive build/html/* $READTHEDOCS_OUTPUT/html/
0 commit comments