File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6666 run : |
6767 set -Eeuo pipefail
6868 # 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
7070 - name : ' Check warnings'
7171 if : github.event_name == 'pull_request'
7272 run : |
@@ -101,4 +101,4 @@ jobs:
101101 run : make -C Doc/ PYTHON=../python venv
102102 # Use "xvfb-run" since some doctest tests open GUI windows
103103 - 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