From a54935dd6644d08e09600d6c1d504c40197a5881 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Wed, 4 Oct 2023 09:42:10 +0100 Subject: [PATCH] readthedocs: Also fetch all other branches 'stable/2.0' is a branch, not a tag. Signed-off-by: Stephen Finucane --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 96ca1e33..736a39b2 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,4 +10,4 @@ build: jobs: post_checkout: - git fetch --unshallow - - git fetch --tags + - git fetch --all --tags -- 2.47.3