From 4d85872046d1881e545c6440d800281c955c144c Mon Sep 17 00:00:00 2001 From: Tomasz Michalak Date: Thu, 17 Oct 2019 11:35:00 +0000 Subject: [PATCH] Check out submodules recursively Signed-off-by: Tomasz Michalak --- readthedocs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readthedocs.yml b/readthedocs.yml index 3db5256..9fa1d8d 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -18,3 +18,7 @@ python: conda: environment: environment.yml + +submodules: + include: all + recursive: true