From 9dd3ebe6bad0bfe05840782c805e961cf4a96c6a Mon Sep 17 00:00:00 2001 From: drebs Date: Tue, 6 Jun 2017 15:12:56 -0300 Subject: [doc] move sphinx up to root of docs dir --- docs/sphinx/Makefile | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 docs/sphinx/Makefile (limited to 'docs/sphinx/Makefile') diff --git a/docs/sphinx/Makefile b/docs/sphinx/Makefile deleted file mode 100644 index dcc387ce..00000000 --- a/docs/sphinx/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Minimal makefile for Sphinx documentation -# - -# You can set these variables from the command line. -SPHINXOPTS = -SPHINXBUILD = sphinx-build -SPHINXPROJ = Soledad -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) -- cgit v1.2.3