Skip to content

Commit 775e6e9

Browse files
committed
fix RTD git submodules configuration
1 parent f265087 commit 775e6e9

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.readthedocs.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44

55
version: 2
66

7+
# Include .ai submodule for AI/audit related docs to be included in built docs (via symlinks)
78
# Include .cicd submodule for shared Sphinx extensions (sphinx_auto_section_anchors)
89
submodules:
9-
include: all
10-
recursive: true
11-
depth: 1
10+
include:
11+
- .ai
12+
- .cicd
13+
recursive: false
1214

1315
build:
1416
os: ubuntu-24.04

0 commit comments

Comments
 (0)