Skip to content

Commit e65c593

Browse files
authored
Merge pull request #587 from stackhpc/rtd-remote-set-branches
Restore default Git fetch configuration on RTD
2 parents d223dd2 + 274f0b0 commit e65c593

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
@@ -13,6 +13,7 @@ build:
1313
python: "3.7"
1414
jobs:
1515
post_checkout:
16+
- git remote set-branches origin '*' || true
1617
- git fetch --unshallow || true
1718

1819
# Build documentation in the doc/source/ directory with Sphinx

0 commit comments

Comments
 (0)