Skip to content

Commit 9c56c5d

Browse files
committed
Indicate to use latest Python version (workaround for readthedocs/readthedocs.org/#9623). Requires also specifying the OS version (workaround for readthedocs/readthedocs.org#9635).
1 parent 1cc2de5 commit 9c56c5d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.readthedocs.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,10 @@ python:
44
- path: .
55
extra_requirements:
66
- docs
7+
8+
# workaround for readthedocs/readthedocs.org#9623
9+
build:
10+
# workaround for readthedocs/readthedocs.org#9635
11+
os: ubuntu-22.04
12+
tools:
13+
python: "3"

0 commit comments

Comments
 (0)