aboutsummaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2018-10-20 20:11:14 -0700
committerDavid Lord <davidism@gmail.com>2018-10-20 20:11:14 -0700
commit8c6f43dd17f6f7cefa3768f8b5db277490b4256e (patch)
treeb530fdfb193b56b851fa646f24fd2cdade150773 /docs/Makefile
parent46750f44e3d59c039fc72a9035b0c9935ecaf992 (diff)
downloadmarkupsafe-8c6f43dd17f6f7cefa3768f8b5db277490b4256e.tar.gz
fix docs build
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/Makefile b/docs/Makefile
index d10ee88..5128596 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -4,7 +4,6 @@
# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = sphinx-build
-SPHINXPROJ = MarkupSafe
SOURCEDIR = .
BUILDDIR = _build
@@ -17,4 +16,4 @@ help:
# 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
+ @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)