Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2f47e03

Browse files
authored
Update .readthedocs.yaml
1 parent ed51267 commit 2f47e03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
version: 2
22
build:
3-
os: ubuntu-20.04
3+
os: ubuntu-22.04
44
tools:
55
python: "3.9"
66
commands:
77
- git checkout 3.11
8-
- make build
9-
- rsync -r cpython/Doc/build/html/ _readthedocs/html
8+
- make build SPHINXERRORHANDLING=""
9+
- cp -r cpython/Doc/build/html/ _readthedocs/html

0 commit comments

Comments
 (0)