From 449141887bf5cbcbbb64bcc061cc38253fda14a3 Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Mon, 16 Dec 2024 09:20:10 +0100 Subject: [PATCH] Include all submodules for readthedocs Signed-off-by: Ronald Cron --- .readthedocs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 2b10f863f2..bc0701e9c0 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,10 +5,10 @@ # Required version: 2 -# Include the framework submodule in the build +# Include all submodules in the build submodules: - include: - - framework + include: all + recursive: true # Set the version of Python and other tools you might need build: