commit | 8cbbc5f4e6cf3578c082fecfbdd68429f0689ffa | [log] [tgz] |
---|---|---|
author | David Horstmann <david.horstmann@arm.com> | Mon Mar 04 14:52:06 2024 +0000 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Mon Mar 04 17:12:59 2024 +0100 |
tree | cb8b202ee22d381e3b145f1eea93f444d66fde64 | |
parent | 2aa63ea48c1acb8b811aac167aa54d60941ee15a [diff] |
Tell ReadTheDocs to include framework submodule Signed-off-by: David Horstmann <david.horstmann@arm.com>
diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 72f126f..2b10f86 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