From ba89974da91109827898644d93b4bb8c7e55b4b8 Mon Sep 17 00:00:00 2001 From: Capypara Date: Thu, 30 Jan 2025 20:16:12 +0100 Subject: [PATCH] fix readthedocs --- .readthedocs.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ba7d7f0..b303832 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -20,4 +20,7 @@ sphinx: # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html python: install: - - requirements: docs/requirements.txt + - requirements: docs/requirements.txt + +submodules: + include: all