text stringlengths 0 834k |
|---|
echo. doctest to run all doctests embedded in the documentation if enabled |
echo. coverage to run coverage check of the documentation if enabled |
echo. dummy to check syntax errors of document sources |
goto end |
) |
if ""%1"" == ""clean"" ( |
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i |
del /q /s %BUILDDIR%\* |
goto end |
) |
REM Check if sphinx-build is available and fallback to Python version if any |
%SPHINXBUILD% 1>NUL 2>NUL |
if errorlevel 9009 goto sphinx_python |
goto sphinx_ok |
:sphinx_python |
set SPHINXBUILD=python -m sphinx.__init__ |
%SPHINXBUILD% 2> nul |
if errorlevel 9009 ( |
echo. |
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx |
echo.installed, then set the SPHINXBUILD environment variable to point |
echo.to the full path of the 'sphinx-build' executable. Alternatively you |
echo.may add the Sphinx directory to PATH. |
echo. |
echo.If you don't have Sphinx installed, grab it from |
echo.http://sphinx-doc.org/ |
exit /b 1 |
) |
:sphinx_ok |
if ""%1"" == ""html"" ( |
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html |
if errorlevel 1 exit /b 1 |
echo. |
echo.Build finished. The HTML pages are in %BUILDDIR%/html. |
goto end |
) |
if ""%1"" == ""dirhtml"" ( |
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml |
if errorlevel 1 exit /b 1 |
echo. |
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. |
goto end |
) |
if ""%1"" == ""singlehtml"" ( |
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml |
if errorlevel 1 exit /b 1 |
echo. |
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. |
goto end |
) |
if ""%1"" == ""pickle"" ( |
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle |
if errorlevel 1 exit /b 1 |
echo. |
echo.Build finished; now you can process the pickle files. |
goto end |
) |
if ""%1"" == ""json"" ( |
%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json |
if errorlevel 1 exit /b 1 |
echo. |
echo.Build finished; now you can process the JSON files. |
goto end |
) |
if ""%1"" == ""htmlhelp"" ( |
%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp |
if errorlevel 1 exit /b 1 |
echo. |
echo.Build finished; now you can run HTML Help Workshop with the ^ |
.hhp project file in %BUILDDIR%/htmlhelp. |
goto end |
) |
if ""%1"" == ""qthelp"" ( |
%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp |
if errorlevel 1 exit /b 1 |
echo. |
echo.Build finished; now you can run ""qcollectiongenerator"" with the ^ |
.qhcp project file in %BUILDDIR%/qthelp, like this: |
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\osnap.qhcp |
echo.To view the help file: |
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\osnap.ghc |
goto end |
) |
if ""%1"" == ""devhelp"" ( |
%SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.