8000 Merge pull request #6396 from Neradoc/add-frozen-modules-to-support-m… · adafruit/circuitpython@1ae0c08 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1ae0c08

Browse files
authored
Merge pull request #6396 from Neradoc/add-frozen-modules-to-support-matrix
Fix readthedocs checking out frozen modules
2 parents 9fb4582 + df02473 commit 1ae0c08

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.readthedocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ build:
1616
submodules:
1717
include:
1818
- extmod/ulab
19+
- frozen
1920

2021
formats:
2122
- pdf

tools/ci_fetch_deps.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ def run(title, command):
6868
if target == "test":
6969
submodules = ["extmod/", "lib/", "tools/", "extmod/ulab", "lib/berkeley-db-1.xx"]
7070
elif target == "docs":
71+
# NOTE: must match .readthedocs.yml as this script is not run by readthedocs
7172
submodules = ["extmod/ulab/", "frozen/"]
7273
elif target == "mpy-cross-mac":
7374
submodules = ["tools/"] # for huffman

0 commit comments

Comments
 (0)
0