From c1709972f70ad94c1321d44b835cbee2b7475328 Mon Sep 17 00:00:00 2001 From: Matthew Quinn Date: Thu, 26 Sep 2024 11:25:20 +0100 Subject: [PATCH] deep clone on rtd step --- .readthedocs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 91a40a282a..bd6188f988 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,6 +6,8 @@ build: tools: python: "3.11" jobs: + post_checkout: + - git fetch --unshallow || true post_create_environment: - python -m pip install poetry - python -m poetry self add "poetry-dynamic-versioning[plugin]"