Skip to content

Commit c65b197

Browse files
committed
Add the v23.06 documentation to the release branch
1 parent 7ae2362 commit c65b197

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

.readthedocs.yml

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,10 @@ version: 2
99
sphinx:
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/

0 commit comments

Comments
 (0)