Skip to content

Commit 59ec5a2

Browse files
committed
Fix RTD submodules configuration (remove invalid depth key)
Use explicit submodule list instead of 'include: all': - .ai for AI/audit docs - .cicd for sphinx_auto_section_anchors extension Note: This work was completed with AI assistance (Claude Code).
1 parent bc9d321 commit 59ec5a2

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)