[Python-checkins] cpython (3.4): Dont define an empty SPHINXOPTS, which overrides a definition from the

georg.brandl python-checkins at python.org
Tue Sep 30 22:24:15 CEST 2014


https://hg.python.org/cpython/rev/860c50e40720
changeset:   92685:860c50e40720
branch:      3.4
parent:      92683:fbce846c8d81
user:        Georg Brandl <georg at python.org>
date:        Tue Sep 30 22:23:57 2014 +0200
summary:
  Dont define an empty SPHINXOPTS, which overrides a definition from the environment.

files:
  Doc/Makefile |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/Doc/Makefile b/Doc/Makefile
--- 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)

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list