Lines Matching +full:linkcheck +full:- +full:docs

13     %PYTHON% -c "import sphinx" > nul 2> nul
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
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
64 echo.http://msdn.microsoft.com/en-us/library/ms669985
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
112 echo. suspicious, linkcheck, changes, doctest
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
139 %BLURB% merge -f "%PY_MISC_NEWS_DIR%\NEWS"
147 set SPHINXOPTS=-D latex_elements.papersize=%PAPER% %SPHINXOPTS%
150 set SPHINXOPTS=-D html_theme_options.body_max_width=none %SPHINXOPTS%
152 cmd /S /C "%SPHINXBUILD% %SPHINXOPTS% -b%1 -dbuild\doctrees . "%BUILDDIR%\%1" %2 %3 %4 %5 %6 %7 %8 …
183 rem Check the docs and NEWS files with sphinx-lint.
185 cmd /S /C "%SPHINXLINT% -i tools --enable default-role"
186 cmd /S /C "%SPHINXLINT% --enable default-role ..\Misc\NEWS.d\next\ "
190 echo.The serve target was removed, use htmlview instead (see bpo-36329)