Skip to content

Commit

Permalink
Stop sphinxbuild help spamming stdout on version test.
Browse files Browse the repository at this point in the history
  • Loading branch information
WazWaz committed Dec 13, 2016
1 parent f89ae98 commit 172b020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ if "%1" == "clean" (
)


%SPHINXBUILD% 2> nul
%SPHINXBUILD% 2> nul >nul
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
Expand Down

0 comments on commit 172b020

Please sign in to comment.