Skip to content

Commit 6c3aea7

Browse files
committedNov 21, 2024
ensure RTD has full git history.
1 parent 11c4303 commit 6c3aea7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎.readthedocs.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ build:
99
os: ubuntu-22.04
1010
tools:
1111
python: "3.12"
12+
jobs:
13+
post_checkout:
14+
- git fetch --unshallow || true
15+
- git config remote.origin.fetch '+refs/heads/*:refs/remotes/origin/*' || true
16+
- git fetch --all --tags || true
1217

1318
# Build documentation in the "docs/" directory with Sphinx
1419
sphinx:

0 commit comments

Comments
 (0)