From 8b93641c4bcdabf5854225213d7ed3cec0f2b874 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 14 Nov 2023 00:05:08 -0800 Subject: [PATCH] clone submodules --- .readthedocs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index bba4bdf2..be8350af 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,6 +3,10 @@ version: 2 +submodules: + include: all + recursive: true + # Set the OS, Python version and other tools you might need build: os: ubuntu-22.04