Skip to content

Commit fe0ca87

Browse files
committed
Add sphinx-last-updated-by-git extenstion.
Use post_checkout job
1 parent 59e93ce commit fe0ca87

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.readthedocs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@ build:
1313
tools:
1414
python: "3"
1515

16+
jobs:
17+
post_checkout:
18+
- git fetch --unshallow || true
19+
1620
commands:
17-
- git fetch --unshallow || true
1821
- asdf plugin add uv
1922
- asdf install uv latest
2023
- asdf global uv latest

0 commit comments

Comments
 (0)