Skip to content

Commit 87fb5aa

Browse files
committed
use python 3.9 in rtd docs builds
Signed-off-by: oleg.hoefling <[email protected]>
1 parent e2a369c commit 87fb5aa

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.readthedocs.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
version: 2
22

3+
build:
4+
os: ubuntu-20.04
5+
tools:
6+
python: '3.9'
7+
38
sphinx:
49
configuration: doc/source/conf.py
510

611
python:
7-
version: 3.8
812
install:
913
- method: pip
1014
path: .

0 commit comments

Comments
 (0)