From 601bfb34934357bf79e7b5aff7997cfae8747cfe Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Wed, 17 Nov 2021 13:39:21 +0100 Subject: [PATCH] The readthedocs option submodules should not be part of the Python option --- .readthedocs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 1f357d31..e44ed606 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -6,5 +6,6 @@ python: path: . extra_requirements: - docs - submodules: - include: all + +submodules: + include: all