From 3749bd118e1b31ac2878d46c00b437ce06678d60 Mon Sep 17 00:00:00 2001 From: Chandra Sekhar Govindarajula Date: Sun, 6 Sep 2026 22:43:38 -0400 Subject: [PATCH] fix: unshallow RTD checkout so reno can resolve changelog versions --- .readthedocs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 1ab90f14..1e545b65 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -3,6 +3,10 @@ build: os: ubuntu-24.04 tools: python: "3.13" + jobs: + post_checkout: + # unshallow: reno needs full tag history (see PR description) + - git fetch --unshallow --tags || true python: install: - method: pip