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

georg.brandl python-checkins at python.org
Tue Sep 30 22:43:51 CEST 2014


https://hg.python.org/cpython/rev/027850416c8e
changeset:   92688:027850416c8e
branch:      2.7
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