Lines Matching full:sphinx
13 %PYTHON% -c "import sphinx" > nul 2> nul
15 echo Installing sphinx with %PYTHON%
16 %PYTHON% -m pip install sphinx==2.2.0
19 set SPHINXBUILD=%PYTHON% -c "import sphinx.cmd.build, sys; sys.exit(sphinx.cmd.build.main())"
61 rem Targets that don't require sphinx-build
74 echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
76 echo.to the full path of the 'sphinx-build' executable. Alternatively you
77 echo.may add the Sphinx directory to PATH.
79 echo.If you don't have Sphinx installed, grab it from
80 echo.http://sphinx-doc.org/
85 rem Targets that do require sphinx-build and have their own label
94 echo.Call %this% with the desired Sphinx builder as the first argument, e.g.
98 echo. Provided by Sphinx:
104 echo.All arguments past the first one are passed through to sphinx-build as
106 echo.the documentation for your version of Sphinx for more exhaustive lists
110 echo.a legitimate command for calling sphinx-build, or that sphinx-build is
111 echo.on your PATH if SPHINXBUILD is not set. Options for sphinx-build can
118 rem PY_MISC_NEWS_DIR is also used by our Sphinx extension in tools/extensions/pyspecific.py