From ae211f4448255dc67867ee8a365bb9d7f4946f45 Mon Sep 17 00:00:00 2001 From: "Alex H. Wagner, PhD" Date: Thu, 29 Aug 2024 14:11:15 -0400 Subject: [PATCH] add submodule to RTD config --- .readthedocs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 1e552355..ec005df2 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,6 +5,9 @@ build: tools: python: "3.11" +submodules: + include: all + sphinx: configuration: docs/source/conf.py