Do not use shallow clones in Read the Docs to properly show last updated time (#2157)

This commit is contained in:
Ayaz Salikhov
2024-10-09 15:52:17 +01:00
committed by GitHub
parent 5365b9f79f
commit a4047b30a9

View File

@@ -13,6 +13,9 @@ build:
# nodejs: "20" # nodejs: "20"
# rust: "1.70" # rust: "1.70"
# golang: "1.20" # golang: "1.20"
jobs:
post_checkout:
- git fetch --unshallow || true
# Build documentation in the "docs/" directory with Sphinx # Build documentation in the "docs/" directory with Sphinx
sphinx: sphinx: