mirror of https://github.com/python/cpython
gh-118401: Docs: Use Sphinx short options (#118403)
This commit is contained in:
parent
529a160be6
commit
ee3413c1c7
|
@ -55,7 +55,7 @@ jobs:
|
|||
run: |
|
||||
set -Eeuo pipefail
|
||||
# Build docs with the '-n' (nit-picky) option; write warnings to file
|
||||
make -C Doc/ PYTHON=../python SPHINXOPTS="--quiet --nitpicky --fail-on-warning --keep-going --warning-file sphinx-warnings.txt" html
|
||||
make -C Doc/ PYTHON=../python SPHINXOPTS="-q -n -W --keep-going -w sphinx-warnings.txt" html
|
||||
- name: 'Check warnings'
|
||||
if: github.event_name == 'pull_request'
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue