Lines Matching refs:PYTHON
8 call ..\PCbuild\find_python.bat %PYTHON%
10 if not defined PYTHON set PYTHON=py
13 %PYTHON% -c "import sphinx" > nul 2> nul
15 echo Installing sphinx with %PYTHON%
16 %PYTHON% -m pip install -r requirements.txt
19 set SPHINXBUILD=%PYTHON% -c "import sphinx.cmd.build, sys; sys.exit(sphinx.cmd.build.main())"
22 %PYTHON% -c "import python_docs_theme" > nul 2> nul
24 echo Installing python-docs-theme with %PYTHON%
25 %PYTHON% -m pip install python-docs-theme
30 %PYTHON% -c "import blurb" > nul 2> nul
32 echo Installing blurb with %PYTHON%
34 %PYTHON% -m pip install blurb
37 set BLURB=%PYTHON% -m blurb
41 %PYTHON% -c "import sphinxlint" > nul 2> nul
43 echo Installing sphinx-lint with %PYTHON%
45 %PYTHON% -m pip install sphinx-lint
48 set SPHINXLINT=%PYTHON% -m sphinxlint
69 if not defined DISTVERSION for /f "usebackq" %%v in (`%PYTHON% tools/extensions/patchlevel.py`) do set DISTVERSION=%%v