Skip to content

Commit d72c6a0

Browse files
committed
Fetch unshallow clones in readthedocs. Closes #114.
1 parent c9a7f97 commit d72c6a0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.readthedocs.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ build:
1010
os: ubuntu-lts-latest
1111
tools:
1212
python: latest
13+
# post-checkout job to ensure the clone isn't shallow jaraco/skeleton#114
14+
jobs:
15+
post_checkout:
16+
- git fetch --unshallow || true

0 commit comments

Comments
 (0)