From a4047b30a9b4a15eac82742c2e20a6ab2e298a2d Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Wed, 9 Oct 2024 15:52:17 +0100 Subject: [PATCH] Do not use shallow clones in Read the Docs to properly show last updated time (#2157) --- .readthedocs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 31dbf0d7..a1a47a13 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -13,6 +13,9 @@ build: # nodejs: "20" # rust: "1.70" # golang: "1.20" + jobs: + post_checkout: + - git fetch --unshallow || true # Build documentation in the "docs/" directory with Sphinx sphinx: