diff --git a/.readthedocs.yml b/.readthedocs.yml index 9743a70494..460ac8f5d8 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -16,6 +16,7 @@ build: submodules: include: - extmod/ulab + - frozen formats: - pdf diff --git a/tools/ci_fetch_deps.py b/tools/ci_fetch_deps.py index f2249afad1..1b0f5b57dc 100644 --- a/tools/ci_fetch_deps.py +++ b/tools/ci_fetch_deps.py @@ -68,6 +68,7 @@ submodules = [] if target == "test": submodules = ["extmod/", "lib/", "tools/", "extmod/ulab", "lib/berkeley-db-1.xx"] elif target == "docs": + # NOTE: must match .readthedocs.yml as this script is not run by readthedocs submodules = ["extmod/ulab/", "frozen/"] elif target == "mpy-cross-mac": submodules = ["tools/"] # for huffman