From d6267ed61ab1edbc1760ae6dce13e7114399aaf7 Mon Sep 17 00:00:00 2001 From: Yannick DAYER Date: Tue, 30 Jun 2026 18:04:00 +0200 Subject: [PATCH] chore(docs): unshallow git history on readthedocs Builds of docs on readthedocs.io were failing due to the way they shallow clone due to versioningit requiring the latest tags to determine the version. Fetch the history after checking out from GitHub, before installing the package. --- .readthedocs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index a59b788..a8d6d94 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,6 +9,9 @@ build: os: "ubuntu-22.04" tools: python: "3.9" + jobs: + post_checkout: + - git fetch --unshallow python: install: