summaryrefslogtreecommitdiff
path: root/doc/extapi
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2018-12-11 19:08:21 +0100
committerFlorian Bruhin <me@the-compiler.org>2018-12-11 19:09:42 +0100
commit24d45bfcba46dabceb3964d0eebc491873a44f7b (patch)
tree4ddf1a9c00d24946c32b8609f6f751bc7db1703d /doc/extapi
parent0fbe4371a7b64e0ba39e379a98e97573d28093e9 (diff)
downloadqutebrowser-24d45bfcba46dabceb3964d0eebc491873a44f7b.tar.gz
qutebrowser-24d45bfcba46dabceb3964d0eebc491873a44f7b.zip
Move Sphinx to tox
Diffstat (limited to 'doc/extapi')
-rw-r--r--doc/extapi/Makefile19
-rw-r--r--doc/extapi/make.bat35
2 files changed, 0 insertions, 54 deletions
diff --git a/doc/extapi/Makefile b/doc/extapi/Makefile
deleted file mode 100644
index 298ea9e21..000000000
--- a/doc/extapi/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Minimal makefile for Sphinx documentation
-#
-
-# You can set these variables from the command line.
-SPHINXOPTS =
-SPHINXBUILD = sphinx-build
-SOURCEDIR = .
-BUILDDIR = _build
-
-# Put it first so that "make" without argument is like "make help".
-help:
- @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
-
-.PHONY: help Makefile
-
-# Catch-all target: route all unknown targets to Sphinx using the new
-# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
-%: Makefile
- @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) \ No newline at end of file
diff --git a/doc/extapi/make.bat b/doc/extapi/make.bat
deleted file mode 100644
index 27f573b87..000000000
--- a/doc/extapi/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=.
-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