Skip to content

Commit

Permalink
Bugfix: update scriv run in RTD to use uv
Browse files Browse the repository at this point in the history
  • Loading branch information
sirosen committed Nov 5, 2024
1 parent 61235c6 commit 9a7b717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rtd-pre-sphinx-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ if [ -z "$(find changelog.d -name '*.rst')" ]; then
exit 0
fi

scriv collect --keep --version "$VERSION" -v DEBUG
uv run scriv collect --keep --version "$VERSION" -v DEBUG

0 comments on commit 9a7b717

Please sign in to comment.