Skip to content

Commit 6e0c5d6

Browse files
committed
Fix RTD conf
1 parent afe1a82 commit 6e0c5d6

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.readthedocs.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
version: 2
22

33
build:
4-
image: latest
4+
os: "ubuntu-22.04"
5+
tools:
6+
python: "3.11"
57

68
python:
7-
version: 3.8
89
install:
910
- requirements: docs/requirements.txt
10-
- method: setuptools
11+
- method: pip
1112
path: .
13+
14+
sphinx:
15+
configuration: docs/conf.py

0 commit comments

Comments
 (0)