Skip to content

Commit b2a7983

Browse files
Fix Read The Docs config (#7272)
1 parent 2be9318 commit b2a7983

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Diff for: .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)