Skip to content

Commit bc9d321

Browse files
committed
Add submodules config to .readthedocs.yaml for RTD builds
Required for .cicd submodule containing sphinx_auto_section_anchors.py extension used in docs/conf.py. Note: This work was completed with AI assistance (Claude Code).
1 parent 06cb56a commit bc9d321

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.readthedocs.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
version: 2
66

7+
# Include .cicd submodule for shared Sphinx extensions (sphinx_auto_section_anchors)
8+
submodules:
9+
include: all
10+
recursive: true
11+
depth: 1
12+
713
build:
814
os: ubuntu-24.04
915
tools:

0 commit comments

Comments
 (0)