i@95: @ECHO OFF i@95: i@95: pushd %~dp0 i@95: i@95: REM Command file for Sphinx documentation i@95: i@95: if "%SPHINXBUILD%" == "" ( i@95: set SPHINXBUILD=sphinx-build i@95: ) i@95: set SOURCEDIR=. i@95: set BUILDDIR=_build i@95: set SPHINXPROJ=Atmosphericlidar i@95: i@95: if "%1" == "" goto help i@95: i@95: %SPHINXBUILD% >NUL 2>NUL i@95: if errorlevel 9009 ( i@95: echo. i@95: echo.The 'sphinx-build' command was not found. Make sure you have Sphinx i@95: echo.installed, then set the SPHINXBUILD environment variable to point i@95: echo.to the full path of the 'sphinx-build' executable. Alternatively you i@95: echo.may add the Sphinx directory to PATH. i@95: echo. i@95: echo.If you don't have Sphinx installed, grab it from i@95: echo.http://sphinx-doc.org/ i@95: exit /b 1 i@95: ) i@95: i@95: %SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% i@95: goto end i@95: i@95: :help i@95: %SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% i@95: i@95: :end i@95: popd