Skip to content

Commit 15505bb

Browse files
authored
Use Python 3.9 for the readthedocs builds (#1269)
1 parent 3ba9ac9 commit 15505bb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.readthedocs.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
version: 2
2+
build:
3+
os: ubuntu-22.04
4+
tools:
5+
python: "3.9"
26
sphinx:
37
configuration: docs/source/conf.py
48
python:
5-
version: 3.8
69
install:
710
# install itself with pip install .
811
- method: pip

0 commit comments

Comments
 (0)