From 1dc5753ccc6a1e17e12eb73c9b572bb0fdcea305 Mon Sep 17 00:00:00 2001 From: Matthew Watkins Date: Wed, 13 Mar 2024 17:09:03 +0000 Subject: [PATCH] Fix: Add unshallow git to post-checkout operations Issue: RELENG-5212 Change-Id: Ib44b91c636a26069162be963e533c645dfbd8c48 Signed-off-by: Matthew Watkins --- .readthedocs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 136a922..b324abf 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,6 +9,9 @@ build: os: ubuntu-22.04 tools: python: "3.10" + jobs: + post_checkout: + - git fetch --unshallow || true # Build documentation in the "docs/" directory with Sphinx sphinx: