Skip to content

Commit 8a3977a

Browse files
[PR #7272/b2a7983a backport][3.8] Fix Read The Docs config (#7650)
**This is a backport of PR #7272 as merged into master (b2a7983).** None Co-authored-by: Sam Bull <[email protected]>
1 parent bcc416e commit 8a3977a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.readthedocs.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@
66
version: 2
77

88
submodules:
9-
include: all # []
9+
include: all
1010
exclude: []
1111
recursive: true
1212

1313
build:
14-
image: latest
14+
os: ubuntu-22.04
15+
tools:
16+
python: "3.11"
17+
1518
python:
16-
version: 3.8
1719
install:
1820
- method: pip
1921
path: .

0 commit comments

Comments
 (0)