Add Windows enablers for documentation

This commit is contained in:
Daniel Molkentin
2014-01-06 16:49:32 +01:00
parent a7e94f7bc5
commit 598153e0fb
17 changed files with 3843 additions and 11 deletions

View File

@@ -21,6 +21,7 @@ if "%1" == "help" (
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pdf to make a PDF file with rst2pdf
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and a HTML help project
@@ -68,6 +69,14 @@ if "%1" == "singlehtml" (
goto end
)
if "%1" == "pdf" (
%SPHINXBUILD% -b pdf %ALLSPHINXOPTS% %BUILDDIR%/pdf
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The PDF file is in %BUILDDIR%/pdf.
goto end
)
if "%1" == "pickle" (
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
if errorlevel 1 exit /b 1