Lines Matching refs:nul
13 %PYTHON% -c "import sphinx" > nul 2> nul
22 %PYTHON% -c "import python_docs_theme" > nul 2> nul
30 %PYTHON% -c "import blurb" > nul 2> nul
41 %PYTHON% -c "import sphinxlint" > nul 2> nul
57 where /R ..\externals hhc > "%TEMP%\hhc.loc" 2> nul && set /P HTMLHELP= < "%TEMP%\hhc.loc" & del "%TEMP%\hhc.loc"
58 if not exist "%HTMLHELP%" where /R "%ProgramFiles(x86)%" hhc > "%TEMP%\hhc.loc" 2> nul && set /P HTMLHELP= < "%TEMP%\hhc.loc" & del "%TEMP%\hhc.loc"
59 if not exist "%HTMLHELP%" where /R "%ProgramFiles%" hhc > "%TEMP%\hhc.loc" 2> nul && set /P HTMLHELP= < "%TEMP%\hhc.loc" & del "%TEMP%\hhc.loc"
83 %SPHINXBUILD% >nul 2> nul
135 copy ..\Misc\NEWS "%PY_MISC_NEWS_DIR%\NEWS" > nul