Lines Matching full:sphinx
13 %PYTHON% -c "import sphinx" > nul 2> nul
15 echo Installing sphinx with %PYTHON%
19 set SPHINXBUILD=%PYTHON% -c "import sphinx.cmd.build, sys; sys.exit(sphinx.cmd.build.main())"
33 rem Should have been installed with Sphinx earlier
43 echo Installing sphinx-lint with %PYTHON%
44 rem Should have been installed with Sphinx earlier
45 %PYTHON% -m pip install sphinx-lint
73 rem Targets that don't require sphinx-build
86 echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
88 echo.to the full path of the 'sphinx-build' executable. Alternatively you
89 echo.may add the Sphinx directory to PATH.
91 echo.If you don't have Sphinx installed, grab it from
92 echo.http://sphinx-doc.org/
97 rem Targets that do require sphinx-build and have their own label
106 echo.Call %this% with the desired Sphinx builder as the first argument, e.g.
110 echo. Provided by Sphinx:
116 echo.All arguments past the first one are passed through to sphinx-build as
118 echo.the documentation for your version of Sphinx for more exhaustive lists
122 echo.a legitimate command for calling sphinx-build, or that sphinx-build is
123 echo.on your PATH if SPHINXBUILD is not set. Options for sphinx-build can
130 rem PY_MISC_NEWS_DIR is also used by our Sphinx extension in tools/extensions/pyspecific.py
183 rem Check the docs and NEWS files with sphinx-lint.