Skip to content

Commit 58ec9f7

Browse files
committed
make.bat: Don't override SPHINXOPTS/O from the environment
1 parent 16967c8 commit 58ec9f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/make.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ if "%SPHINXBUILD%" == "" (
1010
set SOURCEDIR=.
1111
set BUILDDIR=build
1212
set SPHINXPROJ=matplotlib
13+
if defined SPHINXOPTS goto skipopts
1314
set SPHINXOPTS=-W
14-
set O=
15+
:skipopts
1516

1617
%SPHINXBUILD% >NUL 2>NUL
1718
if errorlevel 9009 (

0 commit comments

Comments
 (0)