File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ SPHINXBUILD = $(VENVDIR)/bin/sphinx-build
1010# there are duplicate labels. These cause warnings, which prevent the
1111# build from finishing. Turn off --fail-on-warning so we can see the
1212# finished results.
13- # SPHINXOPTS = --fail-on-warning --keep-going
14- SPHINXOPTS = --keep-going
13+ # SPHINXOPTS = --fail-on-warning
14+ SPHINXOPTS =
1515BUILDDIR = _build
1616BUILDER = html
1717JOBS = auto
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ if "%PYTHON%" == "" (
1111)
1212
1313set BUILDDIR = _build
14- set SPHINXOPTS = --fail-on-warning --keep-going
14+ set SPHINXOPTS = --fail-on-warning
1515set _ALL_SPHINX_OPTS = %SPHINXOPTS%
1616
1717if " %1 " == " check" goto check
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Set-StrictMode -Version 3.0
88$ErrorActionPreference = " Stop"
99
1010$BUILDDIR = " _build"
11- $SPHINXOPTS = " --fail-on-warning --keep-going "
11+ $SPHINXOPTS = " --fail-on-warning"
1212$_ALL_SPHINX_OPTS = $SPHINXOPTS
1313
1414$_PYTHON = $Env: PYTHON ?? " py -3"
You can’t perform that action at this time.
0 commit comments