From 6a05ff05250a3fdf510c5f6a9c9d1ecb7c649944 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Tue, 29 Aug 2023 08:37:38 -0300 Subject: [PATCH] [DOCs][RTD] Trying to skip KiCost docs generation --- .readthedocs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index dad7a17e..992659f3 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -14,6 +14,10 @@ build: # nodejs: "19" # rust: "1.64" # golang: "1.19" + jobs: + post_checkout: + # Avoid creating KiCost docs + - rm -rf submodules # Build documentation in the "docs/" directory with Sphinx sphinx: