From 021f081d8a9c70e356e901b28dd33aa26ce020c8 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Wed, 17 Nov 2021 13:37:48 +0100 Subject: [PATCH] Submodules should be part of the readthedocs build --- .readthedocs.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 532d32fc..1f357d31 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,8 +1,10 @@ version: 2 python: - install: - - method: pip - path: . - extra_requirements: - - docs + install: + - method: pip + path: . + extra_requirements: + - docs + submodules: + include: all