We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b027ac3 commit 7ac9f52Copy full SHA for 7ac9f52
docs/Makefile
@@ -3,7 +3,7 @@
3
4
# You can set these variables from the command line, and also
5
# from the environment for the first two.
6
-SPHINXOPTS ?= -W
+SPHINXOPTS ?= -W --keep-going
7
SPHINXBUILD ?= sphinx-build
8
SOURCEDIR = .
9
BUILDDIR = _build
docs/make.bat
@@ -7,6 +7,9 @@ REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
10
+if "%SPHINXOPTS%" == "" (
11
+ set SPHINXOPTS="--keep-going"
12
+)
13
set SOURCEDIR=.
14
set BUILDDIR=_build
15
0 commit comments