We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f84dfac commit 36b534aCopy full SHA for 36b534a
1 file changed
.readthedocs.yml
@@ -19,7 +19,7 @@ build:
19
python: "3.13"
20
jobs:
21
post_checkout:
22
- - git fetch --unshallow || true
+ - if [ "$(git rev-parse --is-shallow-repository)" = "true" ]; then git fetch --unshallow; fi
23
apt_packages:
24
- texlive-latex-recommended
25
- texlive-fonts-recommended
0 commit comments