8000 fix readthedocs frozen modules · adafruit/circuitpython@df02473 · GitHub
[go: up one dir, main page]

Skip to content

Commit df02473

Browse files
committed
fix readthedocs frozen modules
1 parent 3afec13 commit df02473

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
@@ -66,6 +66,7 @@ def run(title, command):
6666
if target == "test":
6767
submodules = ["extmod/", "lib/", "tools/", "extmod/ulab", "lib/berkeley-db-1.xx"]
6868
elif target == "docs":
69+
# NOTE: must match .readthedocs.yml as this script is not run by readthedocs
6970
submodules = ["extmod/ulab/", "frozen/"]
7071
elif target == "mpy-cross-mac":
7172
submodules = ["tools/"] # for huffman

0 commit comments

Comments
 (0)
0