Skip to content

Commit feb1c18

Browse files
committed
fix(docs): pin Python 3.10 in RTD build config
1 parent 9e10f60 commit feb1c18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.readthedocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ version: 2
33
build:
44
os: "ubuntu-22.04"
55
tools:
6-
python: "3"
6+
python: "3.10"
77

88
python:
99
install:
1010
- requirements: docs/requirements.txt
1111

1212
sphinx:
13-
configuration: docs/conf.py
13+
configuration: docs/conf.py

0 commit comments

Comments
 (0)