diff --git a/scripts/rtd-pre-sphinx-build.sh b/scripts/rtd-pre-sphinx-build.sh index ae4c9851..1b1fcbab 100755 --- a/scripts/rtd-pre-sphinx-build.sh +++ b/scripts/rtd-pre-sphinx-build.sh @@ -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