We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd9bc72 commit d21b6c2Copy full SHA for d21b6c2
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