8000 [3.12] gh-118401: Docs: Use Sphinx short options (GH-118403) (#118407) · python/cpython@e990594 · GitHub
[go: up one dir, main page]

Skip to content

Commit e990594

Browse files
[3.12] gh-118401: Docs: Use Sphinx short options (GH-118403) (#118407)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 0a1bed1 commit e990594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: |
5656
set -Eeuo pipefail
5757
# Build docs with the '-n' (nit-picky) option; write warnings to file
58-
make -C Doc/ PYTHON=../python SPHINXOPTS="--quiet --nitpicky --fail-on-warning --keep-going --warning-file sphinx-warnings.txt" html
58+
make -C Doc/ PYTHON=../python SPHINXOPTS="-q -n -W --keep-going -w sphinx-warnings.txt" html
5959
- name: 'Check warnings'
6060
if: github.event_name == 'pull_request'
6161
run: |

0 commit comments

Comments
 (0)
0