From a90b33c9dfa0b551f34d918d507edd726cb25107 Mon Sep 17 00:00:00 2001 From: qstokkink Date: Tue, 20 Aug 2024 08:29:01 +0200 Subject: [PATCH] Recursively clone submodules for ReadTheDocs --- .readthedocs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ff8706e603..7f6e090633 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -2,6 +2,10 @@ version: 2 formats: all +submodules: + include: all + recursive: true + build: # Check https://docs.readthedocs.io/en/stable/config-file/v2.html#build-os os: ubuntu-22.04