Skip to content

Commit 4a79b32

Browse files
authored
manually unshallow the repository on RTD (#7961)
RTD is deprecating the feature flag we made use of before.
1 parent 429ff9b commit 4a79b32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ build:
77
jobs:
88
post_checkout:
99
- (git --no-pager log --pretty="tformat:%s" -1 | grep -vqF "[skip-rtd]") || exit 183
10+
- git fetch --unshallow || true
1011
pre_install:
1112
- git update-index --assume-unchanged doc/conf.py ci/requirements/doc.yml
1213

0 commit comments

Comments
 (0)