Skip to content

Commit c11b78d

Browse files
committed
rtd: upgrade to Python 3.11 & ubuntu 22.04
1 parent 984a9c8 commit c11b78d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.readthedocs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,13 @@ sphinx:
1212
# Optionally build your docs in additional formats such as PDF and ePub
1313
formats: all
1414

15+
build:
16+
os: ubuntu-22.04
17+
tools:
18+
python: "3.11"
19+
1520
# Optionally set the version of Python and requirements required to build your docs
1621
python:
17-
version: 3.7
1822
install:
1923
- method: pip
2024
path: .

0 commit comments

Comments
 (0)