10000 Keep going when encountering errors on build · dstansby/napari-matplotlib@7ac9f52 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7ac9f52

Browse files
committed
Keep going when encountering errors on build
1 parent b027ac3 commit 7ac9f52

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# You can set these variables from the command line, and also
55
# from the environment for the first two.
6-
SPHINXOPTS ?= -W
6+
SPHINXOPTS ?= -W --keep-going
77
SPHINXBUILD ?= sphinx-build
88
SOURCEDIR = .
99
BUILDDIR = _build

docs/make.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ REM Command file for Sphinx documentation
77
if "%SPHINXBUILD%" == "" (
88
set SPHINXBUILD=sphinx-build
99
)
10+
if "%SPHINXOPTS%" == "" (
11+
set SPHINXOPTS="--keep-going"
12+
)
1013
set SOURCEDIR=.
1114
set BUILDDIR=_build
1215

0 commit comments

Comments
 (0)
0