We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f265087 commit 775e6e9Copy full SHA for 775e6e9
1 file changed
.readthedocs.yaml
@@ -4,11 +4,13 @@
4
5
version: 2
6
7
+# Include .ai submodule for AI/audit related docs to be included in built docs (via symlinks)
8
# Include .cicd submodule for shared Sphinx extensions (sphinx_auto_section_anchors)
9
submodules:
- include: all
10
- recursive: true
11
- depth: 1
+ include:
+ - .ai
12
+ - .cicd
13
+ recursive: false
14
15
build:
16
os: ubuntu-24.04
0 commit comments