From: Stephen Finucane Date: Wed, 4 Oct 2023 08:42:10 +0000 (+0100) Subject: readthedocs: Also fetch all other branches X-Git-Tag: v3.2.0~53 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a54935dd6644d08e09600d6c1d504c40197a5881;p=thirdparty%2Fpatchwork.git readthedocs: Also fetch all other branches 'stable/2.0' is a branch, not a tag. Signed-off-by: Stephen Finucane --- 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