summaryrefslogtreecommitdiff
path: root/wrappers/python/docs/make.bat
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2024-11-26 11:02:31 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2024-11-26 11:02:31 +0100
commitb4ab5e800bcc3fed5af5a63558b64285a8895791 (patch)
treeacdd8f0894b146033470dc8aa431f0f95d09545d /wrappers/python/docs/make.bat
parentd6987c06f48b61352289181954f5a436c5f2379f (diff)
Python: Remove old sphinx docs
Diffstat (limited to 'wrappers/python/docs/make.bat')
-rw-r--r--wrappers/python/docs/make.bat35
1 files changed, 0 insertions, 35 deletions
diff --git a/wrappers/python/docs/make.bat b/wrappers/python/docs/make.bat
deleted file mode 100644
index 747ffb7..0000000
--- a/wrappers/python/docs/make.bat
+++ /dev/null
@@ -1,35 +0,0 @@
-@ECHO OFF
-
-pushd %~dp0
-
-REM Command file for Sphinx documentation
-
-if "%SPHINXBUILD%" == "" (
- set SPHINXBUILD=sphinx-build
-)
-set SOURCEDIR=source
-set BUILDDIR=build
-
-%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.https://www.sphinx-doc.org/
- exit /b 1
-)
-
-if "%1" == "" goto help
-
-%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
-goto end
-
-:help
-%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
-
-:end
-popd