Skip to content

Commit 322d421

Browse files
committed
Fix readthedocs config file
1 parent 51ea439 commit 322d421

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.readthedocs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@ formats: all
1111

1212
# Optionally set the version of Python and requirements required to build your docs
1313
python:
14-
version: 3.8
1514
install:
1615
- requirements: doc/requirements.txt
1716
- method: pip
1817
path: .
1918

2019
build:
20+
os: "ubuntu-22.04"
21+
tools:
22+
python: "3.11"
2123
jobs:
2224
post_checkout:
2325
- git fetch --unshallow || true

0 commit comments

Comments
 (0)