Lines Matching refs: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())"
43 echo Installing sphinx-lint with %PYTHON%
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
92 echo.http://sphinx-doc.org/
97 rem Targets that do require sphinx-build and have their own label
116 echo.All arguments past the first one are passed through to sphinx-build as
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
183 rem Check the docs and NEWS files with sphinx-lint.