From 5de86d4e4dc5880e15885408e653630999be562b Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Thu, 18 May 2023 15:44:19 +0200 Subject: [PATCH] include submodules in build --- .readthedocs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 5786f06..1cef551 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -8,6 +8,10 @@ build: python: "3.11" sphinx: configuration: doc/conf.py +submodules: + include: + - all + recursive: true python: install: