diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-11-26 11:02:31 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-11-26 11:02:31 +0100 |
| commit | b4ab5e800bcc3fed5af5a63558b64285a8895791 (patch) | |
| tree | acdd8f0894b146033470dc8aa431f0f95d09545d /wrappers/python/docs/Makefile | |
| parent | d6987c06f48b61352289181954f5a436c5f2379f (diff) | |
Python: Remove old sphinx docs
Diffstat (limited to 'wrappers/python/docs/Makefile')
| -rw-r--r-- | wrappers/python/docs/Makefile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/wrappers/python/docs/Makefile b/wrappers/python/docs/Makefile deleted file mode 100644 index d0c3cbf..0000000 --- a/wrappers/python/docs/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Minimal makefile for Sphinx documentation -# - -# You can set these variables from the command line, and also -# from the environment for the first two. -SPHINXOPTS ?= -SPHINXBUILD ?= sphinx-build -SOURCEDIR = source -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) |
