Skip to content

Commit 6a5afd4

Browse files
authored
Update .readthedocs.yml (#379)
1 parent 0eadf3d commit 6a5afd4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.readthedocs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
version: 2
22

33
build:
4-
image: latest
4+
os: ubuntu-20.04
5+
tools:
6+
python: "3.10"
57

68
# This part is necessary otherwise the project is not built
79
# Optionally set the version of Python and requirements required to build your docs
810
python:
9-
version: 3.8
1011
install:
1112
- requirements: docs/requirements.txt
1213
- method: setuptools

0 commit comments

Comments
 (0)