From c10cb3ebe7f1debc446989219ecbde3d2e1f6896 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Wed, 4 Oct 2023 09:54:12 +0100 Subject: [PATCH] readthedocs: Fetch all branches Third time lucky. As this is configured, we were only fetching the main branch. Correct this. Signed-off-by: Stephen Finucane --- .readthedocs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 736a39b2..ed3d202b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,4 +10,5 @@ build: jobs: post_checkout: - git fetch --unshallow + - git config remote.origin.fetch '+refs/heads/*:refs/remotes/origin/*' - git fetch --all --tags -- 2.47.3