summaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2021-11-24 20:12:16 +0100
committerkali kaneko (leap communications) <kali@leap.se>2021-11-24 20:12:16 +0100
commit4e92b1103dc0ea1eba07f2568afd1c250aee31d1 (patch)
tree59d96820523e3552cb44fb78c7b0adf59fd0ef99 /docs/Makefile
parent383b9a8a73b21aecdc6acd86e10ebdbfef820e7d (diff)
[docs] remove sphinx boilerplate
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/docs/Makefile b/docs/Makefile
deleted file mode 100644
index 298ea9e..0000000
--- a/docs/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