From 8cbbc5f4e6cf3578c082fecfbdd68429f0689ffa Mon Sep 17 00:00:00 2001 From: David Horstmann Date: Mon, 4 Mar 2024 14:52:06 +0000 Subject: [PATCH] Tell ReadTheDocs to include framework submodule Signed-off-by: David Horstmann --- .readthedocs.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 72f126fa20..2b10f863f2 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,6 +5,11 @@ # Required version: 2 +# Include the framework submodule in the build +submodules: + include: + - framework + # Set the version of Python and other tools you might need build: os: ubuntu-20.04