mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Reduce verbosity in builddoc.yml
This commit is contained in:
parent
10f6b6bb09
commit
08f8e05519
4
.github/workflows/builddoc.yml
vendored
4
.github/workflows/builddoc.yml
vendored
@ -17,7 +17,7 @@ env:
|
||||
UV_SYSTEM_PYTHON: "1" # make uv do global installs
|
||||
|
||||
jobs:
|
||||
build:
|
||||
verbose:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
@ -40,7 +40,7 @@ jobs:
|
||||
run: >
|
||||
sphinx-build
|
||||
-M html ./doc ./build/sphinx
|
||||
-vv
|
||||
--verbose
|
||||
--jobs=auto
|
||||
--show-traceback
|
||||
--fail-on-warning
|
||||
|
Loading…
Reference in New Issue
Block a user