File tree 3 files changed +4
-4
lines changed
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
10
10
# there are duplicate labels. These cause warnings, which prevent the
11
11
# build from finishing. Turn off --fail-on-warning so we can see the
12
12
# finished results.
13
- # SPHINXOPTS = --fail-on-warning --keep-going
14
- SPHINXOPTS = --keep-going
13
+ # SPHINXOPTS = --fail-on-warning
14
+ SPHINXOPTS =
15
15
BUILDDIR = _build
16
16
BUILDER = html
17
17
JOBS = auto
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ if "%PYTHON%" == "" (
11
11
)
12
12
13
13
set BUILDDIR = _build
14
- set SPHINXOPTS = --fail-on-warning --keep-going
14
+ set SPHINXOPTS = --fail-on-warning
15
15
set _ALL_SPHINX_OPTS = %SPHINXOPTS%
16
16
17
17
if " %1 " == " check" goto check
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Set-StrictMode -Version 3.0
8
8
$ErrorActionPreference = " Stop"
9
9
10
10
$BUILDDIR = " _build"
11
- $SPHINXOPTS = " --fail-on-warning --keep-going "
11
+ $SPHINXOPTS = " --fail-on-warning"
12
12
$_ALL_SPHINX_OPTS = $SPHINXOPTS
13
13
14
14
$_PYTHON = $Env: PYTHON ?? " py -3"
You can’t perform that action at this time.
0 commit comments