Skip to content

Commit 7e6aff5

Browse files
authored
Build: update .readthedocs.yml file (#228)
Use the latest settings.
1 parent 336d09d commit 7e6aff5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.readthedocs.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
version: 2
22

3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.10"
7+
38
sphinx:
49
builder: dirhtml
510
configuration: conf.py
611
fail_on_warning: true
712

813
python:
9-
version: 3.7
1014
install:
1115
- requirements: requirements.txt

0 commit comments

Comments
 (0)