File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 66
66
run : |
67
67
set -Eeuo pipefail
68
68
# Build docs with the nit-picky option; write warnings to file
69
- make -C Doc/ PYTHON=../python SPHINXOPTS="--quiet --nitpicky --fail-on-warning --keep-going -- warning-file sphinx-warnings.txt" html
69
+ make -C Doc/ PYTHON=../python SPHINXOPTS="--quiet --nitpicky --fail-on-warning --warning-file sphinx-warnings.txt" html
70
70
- name : ' Check warnings'
71
71
if : github.event_name == 'pull_request'
72
72
run : |
@@ -101,4 +101,4 @@ jobs:
101
101
run : make -C Doc/ PYTHON=../python venv
102
102
# Use "xvfb-run" since some doctest tests open GUI windows
103
103
- name : ' Run documentation doctest'
104
- run : xvfb-run make -C Doc/ PYTHON=../python SPHINXERRORHANDLING="--fail-on-warning --keep-going " doctest
104
+ run : xvfb-run make -C Doc/ PYTHON=../python SPHINXERRORHANDLING="--fail-on-warning" doctest
You can’t perform that action at this time.
0 commit comments