From: Georg Brandl Date: Tue, 30 Sep 2014 20:23:57 +0000 (+0200) Subject: Dont define an empty SPHINXOPTS, which overrides a definition from the environment. X-Git-Tag: v3.5.0a1~808^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b1a0a30c9468bcb855fb8b60faaedbf5495904b;p=python Dont define an empty SPHINXOPTS, which overrides a definition from the environment. --- diff --git a/Doc/Makefile b/Doc/Makefile index ec35c12873..fee7fc795a 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)