Skip to content

Commit ee3413c

Browse files
authored
gh-118401: Docs: Use Sphinx short options (#118403)
1 parent 529a160 commit ee3413c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-docs.yml

+1-1
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)