Skip to content

Commit

Permalink
Let readthedocs perform "unshallow clone"
Browse files Browse the repository at this point in the history
Per default, readthedocs fetches only the latest 50 commits.
See https://docs.readthedocs.io/en/stable/build-customization.html#unshallow-clone.
  • Loading branch information
dlu-ch committed Oct 26, 2022
1 parent 5bfce6d commit d7f7f30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .readthedocs.yaml
Expand Up @@ -2,6 +2,9 @@ version: 2

build:
os: "ubuntu-20.04"
jobs:
post_checkout:
- git fetch --unshallow
tools:
python: "3.9"
apt_packages:
Expand Down

0 comments on commit d7f7f30

Please sign in to comment.