From 1063c81f615cdcd28352f10c7491d1a7086bbbca Mon Sep 17 00:00:00 2001 From: Marcel Walter Date: Thu, 27 Jan 2022 22:17:46 +0100 Subject: [PATCH] docs: Enable faster rtfd builds by excluding submodules --- .readthedocs.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index d1c6c89c3..dbe3f90cc 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,11 +1,15 @@ version: 2 +submodules: + exclude: all + recursive: false + sphinx: configuration: docs/conf.py formats: [] python: - version: 3.7 + version: "3.7" install: - - requirements: docs/requirements.txt \ No newline at end of file + - requirements: docs/requirements.txt