Skip to content

Commit

Permalink
Do not use shallow clones in Read the Docs to properly show last upda…
Browse files Browse the repository at this point in the history
…ted time (#2157)
  • Loading branch information
mathbunnyru authored Oct 9, 2024
1 parent 5365b9f commit a4047b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a4047b3

Please sign in to comment.