From b332633b074c9d7ec02b227438af7bcc2f4e4483 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sat, 23 Apr 2022 13:09:18 -0400 Subject: [PATCH] Add submodules --- .readthedocs.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c7d0ed50..ad158de4 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -14,7 +14,12 @@ build: - cmake jobs: pre_build: - - cmake -Wno-dev . + - cmake . + +# Include the submodules, required for cmake +submodules: + include: all + recursive: true # Build documentation in the docs/ directory with Sphinx sphinx: