File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 55
55
run : |
56
56
set -Eeuo pipefail
57
57
# Build docs with the '-n' (nit-picky) option; write warnings to file
58
- make -C Doc/ PYTHON=../python SPHINXOPTS="-q -n -W --keep-going -w sphinx-warnings.txt" html
58
+ make -C Doc/ PYTHON=../python SPHINXOPTS="--quiet --nitpicky --fail-on-warning --keep-going --warning-file sphinx-warnings.txt" html
59
59
- name : ' Check warnings'
60
60
if : github.event_name == 'pull_request'
61
61
run : |
Original file line number Diff line number Diff line change 6
6
# Sphinx version is pinned so that new versions that introduce new warnings
7
7
# won't suddenly cause build failures. Updating the version is fine as long
8
8
# as no warnings are raised by doing so.
9
- sphinx ~= 7.2 .0
9
+ sphinx ~= 7.3 .0
10
10
11
11
blurb
12
12
You can’t perform that action at this time.
0 commit comments