aboutsummaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorDavid Horstmann <david.horstmann@arm.com>2024-03-04 14:52:06 +0000
committerGilles Peskine <Gilles.Peskine@arm.com>2024-03-04 17:12:59 +0100
commit8cbbc5f4e6cf3578c082fecfbdd68429f0689ffa (patch)
treecb8b202ee22d381e3b145f1eea93f444d66fde64 /.readthedocs.yaml
parent2aa63ea48c1acb8b811aac167aa54d60941ee15a (diff)
downloadmbedtls-8cbbc5f4e6cf3578c082fecfbdd68429f0689ffa.zip
mbedtls-8cbbc5f4e6cf3578c082fecfbdd68429f0689ffa.tar.gz
mbedtls-8cbbc5f4e6cf3578c082fecfbdd68429f0689ffa.tar.bz2
Tell ReadTheDocs to include framework submodule
Signed-off-by: David Horstmann <david.horstmann@arm.com>
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r--.readthedocs.yaml5
1 files changed, 5 insertions, 0 deletions
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