@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == ""
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
set I18NSPHINXOPTS=%SPHINXOPTS% .
if NOT "%PAPER%" == ""
if "%1" == "" goto help
if "%1" == "help"
if "%1" == "clean"
if "%1" == "html"
if "%1" == "dirhtml"
if "%1" == "singlehtml"
if "%1" == "pickle"
if "%1" == "json"
if "%1" == "htmlhelp"
if "%1" == "qthelp"
if "%1" == "devhelp"
if "%1" == "epub"
if "%1" == "latex"
if "%1" == "text"
if "%1" == "man"
if "%1" == "texinfo"
if "%1" == "gettext"
if "%1" == "changes"
if "%1" == "linkcheck"
if "%1" == "doctest"
:end