Skip to content

Commit eee53c5

Browse files
committed
fix for RTD docs build
1 parent 96049bd commit eee53c5

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,7 +1,11 @@
11
version: 2
22

3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.10"
7+
38
python:
4-
version: "3"
59
install:
610
- requirements: docs/requirements.txt
711
- method: pip

0 commit comments

Comments
 (0)