Skip to content

Commit 38d60b2

Browse files
committed
build: support uv.lock
1 parent d31b51c commit 38d60b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ pipeline {
492492
steps {
493493
sh(
494494
label: 'Building docs',
495-
script: './venv/bin/uv run --only-group docs --isolated sphinx-build -b html docs/source build/docs/html -d build/docs/doctrees -v -w logs/build_sphinx.log -W --keep-going'
495+
script: './venv/bin/uv run sphinx-build -b html docs/source build/docs/html -d build/docs/doctrees -v -w logs/build_sphinx.log -W --keep-going'
496496
)
497497
}
498498
post{

0 commit comments

Comments
 (0)