Skip to content

Commit de8f3ad

Browse files
Fix configuration.
1 parent da16c31 commit de8f3ad

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.readthedocs.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ build:
55
os: ubuntu-20.04
66
tools:
77
python: "3.9"
8-
submodules:
9-
include: all
10-
recursive: true
8+
9+
# ensure that the submodules are included
10+
submodules:
11+
include: all
12+
recursive: true
1113

1214
# Build documentation in the doc/src directory with Sphinx
1315
sphinx:

0 commit comments

Comments
 (0)