From 5a6eb85027f17de602df1a3aa6e59ae3900348d2 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Tue, 29 Aug 2023 09:10:18 -0300 Subject: [PATCH] [DOCs][RTD] Try to get better information about branch - Avoiding a swallow checkout - Trying to fix the link to the GHA tests --- .readthedocs.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 810c04b4..7a12a2d8 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -16,9 +16,10 @@ build: # golang: "1.19" jobs: post_checkout: + # Get information about the repo + - git fetch --unshallow || true # Avoid creating KiCost docs - rm -rf submodules - # Build documentation in the "docs/" directory with Sphinx sphinx: configuration: docs/source/conf.py