From 2b521e0c101c371d1b0f36d594aa1e20642b9603 Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 5 Aug 2021 12:29:32 +0700 Subject: [PATCH] rename to .readthedocs.yaml exclude all submodules for docs --- .readthedocs.yml => .readthedocs.yaml | 5 +++++ 1 file changed, 5 insertions(+) rename .readthedocs.yml => .readthedocs.yaml (83%) diff --git a/.readthedocs.yml b/.readthedocs.yaml similarity index 83% rename from .readthedocs.yml rename to .readthedocs.yaml index 215b5fed..e83cd90f 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yaml @@ -11,3 +11,8 @@ python: version: 3.8 install: - requirements: docs/requirements.txt + +submodules: + include: [] + recursive: false + \ No newline at end of file