Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add sphinx-last-updated-by-git extenstion.
Use post_checkout job
  • Loading branch information
Mariatta committed May 22, 2026
commit fe0ca87a73b7100b82b43dad26bc0d7f95ef9276
5 changes: 4 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ build:
tools:
python: "3"

jobs:
post_checkout:
- git fetch --unshallow || true

commands:
- git fetch --unshallow || true
- asdf plugin add uv
- asdf install uv latest
- asdf global uv latest
Expand Down
Loading