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 a6a7617 commit 5fd2026Copy full SHA for 5fd2026
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