Skip to content

Commit a75f9f8

Browse files
authored
fix: Update RTD config (#7647)
1 parent 0b044da commit a75f9f8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.readthedocs.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
33
version: 2
44

5+
build:
6+
os: ubuntu-22.04
7+
tools:
8+
python: "3.11"
9+
510
sphinx:
611
configuration: docs/conf.py
712
fail_on_warning: false
@@ -11,8 +16,5 @@ formats:
1116
- pdf
1217

1318
python:
14-
version: 3.8
15-
1619
install:
1720
- requirements: docs/requirements.txt
18-
system_packages: false

0 commit comments

Comments
 (0)