summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-09-30 20:23:57 (GMT)
committerGeorg Brandl <georg@python.org>2014-09-30 20:23:57 (GMT)
commit2b1a0a30c9468bcb855fb8b60faaedbf5495904b (patch)
tree5742a7e22a5f83ba0ef7e568375d501cdf841a83 /Doc
parentbae334cda9e1f75c55f98842d3758bf14be26d76 (diff)
downloadcpython-2b1a0a30c9468bcb855fb8b60faaedbf5495904b.zip
cpython-2b1a0a30c9468bcb855fb8b60faaedbf5495904b.tar.gz
cpython-2b1a0a30c9468bcb855fb8b60faaedbf5495904b.tar.bz2
Dont define an empty SPHINXOPTS, which overrides a definition from the environment.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index ec35c12..fee7fc7 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -6,7 +6,6 @@
# You can set these variables from the command line.
PYTHON = python
SPHINXBUILD = sphinx-build
-SPHINXOPTS =
PAPER =
SOURCES =
DISTVERSION = $(shell $(PYTHON) tools/sphinxext/patchlevel.py)