Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 003e929

Browse files
committed
Prevents unnecessary help text appearing in doc build.
1 parent af580df commit 003e929

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/make.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ if "%1" == "clean" (
4040
goto end
4141
)
4242

43-
%SPHINXBUILD% 2> nul
43+
%SPHINXBUILD% >nul 2> nul
4444
if errorlevel 9009 (
4545
echo.
4646
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx

0 commit comments

Comments
 (0)