Skip to content

Commit 9cd2211

Browse files
committed
Remove -w argument from makefile (linkcheck rerrors)
1 parent c5760fc commit 9cd2211

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

docs/Makefile

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

44
# You can set these variables from the command line, and also
55
# from the environment for the first two.
6-
SPHINXOPTS ?= -W
76
SPHINXBUILD ?= sphinx-build
87
SOURCEDIR = source
98
BUILDDIR = build

docs/make.bat

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ if "%SPHINXBUILD%" == "" (
99
)
1010
set SOURCEDIR=source
1111
set BUILDDIR=build
12-
set SPHINXOPTS=-W
1312

1413
%SPHINXBUILD% >NUL 2>NUL
1514
if errorlevel 9009 (

0 commit comments

Comments
 (0)