From 68a80a999befc39ae50efda617fd174f643c00cd Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Wed, 4 Oct 2023 09:39:01 +0100 Subject: [PATCH] readthedocs: Also fetch tags Signed-off-by: Stephen Finucane --- .readthedocs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9cc62a49..96ca1e33 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,3 +10,4 @@ build: jobs: post_checkout: - git fetch --unshallow + - git fetch --tags -- 2.47.3