From df024733aa1960db78d491eaafda18d514d6e98a Mon Sep 17 00:00:00 2001 From: Neradoc Date: Sat, 14 May 2022 04:10:37 +0200 Subject: [PATCH] fix readthedocs frozen modules --- .readthedocs.yml | 1 + tools/ci_fetch_deps.py | 1 + 2 files changed, 2 insertions(+) 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 f8854965c5..9932d68e45 100644 --- a/tools/ci_fetch_deps.py +++ b/tools/ci_fetch_deps.py @@ -66,6 +66,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