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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user