Skip to content

Commit bd6714b

Browse files
committed
specify python version in rtd
1 parent 7d0feb0 commit bd6714b

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

readthedocs.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
version: 2
2-
formats: []
2+
3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.11"
37

48
sphinx:
59
configuration: doc/source/conf.py
610

711
python:
8-
version: 3
9-
install:
10-
- requirements: doc/requirements.txt
11-
- method: pip
12-
path: .
12+
install:
13+
- requirements: doc/requirements.txt
14+
- method: pip
15+
path: .

0 commit comments

Comments
 (0)