From ce18c08d074fc48989a9a09d636fae8b10ffb231 Mon Sep 17 00:00:00 2001 From: Ethan Harris Date: Tue, 30 Nov 2021 12:12:45 +0000 Subject: [PATCH] Add submodule configuration to rtd yaml (#1007) --- .readthedocs.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index bb9ffdbdd8..00395014ba 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,6 +5,10 @@ # Required version: 2 +submodules: + include: all + recursive: true + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/source/conf.py @@ -13,7 +17,6 @@ sphinx: # Optionally build your docs in additional formats such as PDF and ePub formats: - htmlzip - - pdf # Optionally set the version of Python and requirements required to build your docs python: