Skip to content

Commit 383b9ae

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 1de1460 + 1ae0c08 commit 383b9ae

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)