aboutsummaryrefslogtreecommitdiff
path: root/docs/make.bat
diff options
context:
space:
mode:
authorJonathan Weth <git@jonathanweth.de>2020-07-27 15:31:27 +0200
committerJonathan Weth <git@jonathanweth.de>2020-07-27 15:31:27 +0200
commitc63e4627ec0613f7fcc6d9a936c14a64a2655b33 (patch)
treef112d16b468b1bdb4cb99fd4b2398bf85d598a49 /docs/make.bat
parent33cbf9670d6abde5544f8be0a837cd19ccb79973 (diff)
downloadRWA.Support.SessionService-c63e4627ec0613f7fcc6d9a936c14a64a2655b33.tar.gz
RWA.Support.SessionService-c63e4627ec0613f7fcc6d9a936c14a64a2655b33.tar.bz2
RWA.Support.SessionService-c63e4627ec0613f7fcc6d9a936c14a64a2655b33.zip
Add documentation
Diffstat (limited to 'docs/make.bat')
-rwxr-xr-xdocs/make.bat35
1 files changed, 35 insertions, 0 deletions
diff --git a/docs/make.bat b/docs/make.bat
new file mode 100755
index 0000000..7893348
--- /dev/null
+++ b/docs/make.bat
@@ -0,0 +1,35 @@
+@ECHO OFF
+
+pushd %~dp0
+
+REM Command file for Sphinx documentation
+
+if "%SPHINXBUILD%" == "" (
+ set SPHINXBUILD=sphinx-build
+)
+set SOURCEDIR=.
+set BUILDDIR=_build
+
+if "%1" == "" goto help
+
+%SPHINXBUILD% >NUL 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
+)
+
+%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
+goto end
+
+:help
+%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
+
+:end
+popd