Skip to content

Commit d223dd2

Browse files
authored
Merge pull request #586 from stackhpc/rtd-unshallow-git-clone
Unshallow Read the Docs git clone
2 parents d94483b + a2b4eb0 commit d223dd2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ build:
1111
os: ubuntu-22.04
1212
tools:
1313
python: "3.7"
14+
jobs:
15+
post_checkout:
16+
- git fetch --unshallow || true
1417

1518
# Build documentation in the doc/source/ directory with Sphinx
1619
sphinx:

0 commit comments

Comments
 (0)