Reduce verbosity in builddoc.yml

This commit is contained in:
Adam Turner 2024-10-20 00:30:27 +01:00
parent 10f6b6bb09
commit 08f8e05519

View File

@ -17,7 +17,7 @@ env:
UV_SYSTEM_PYTHON: "1" # make uv do global installs UV_SYSTEM_PYTHON: "1" # make uv do global installs
jobs: jobs:
build: verbose:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@ -40,7 +40,7 @@ jobs:
run: > run: >
sphinx-build sphinx-build
-M html ./doc ./build/sphinx -M html ./doc ./build/sphinx
-vv --verbose
--jobs=auto --jobs=auto
--show-traceback --show-traceback
--fail-on-warning --fail-on-warning