From: Georg Brandl Date: Wed, 29 Oct 2014 06:58:34 +0000 (+0100) Subject: Remove deprecated and now unnecessary config value from conf.py. X-Git-Tag: v3.5.0a1~593^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3fdea95307966b5b1e5e6b6bbc453e8fb6bac4b6;p=python Remove deprecated and now unnecessary config value from conf.py. --- diff --git a/Doc/conf.py b/Doc/conf.py index d663d827d3..59d9cfa880 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -20,13 +20,6 @@ templates_path = ['tools'] project = 'Python' copyright = '1990-%s, Python Software Foundation' % time.strftime('%Y') -# The default replacements for |version| and |release|. -# -# The short X.Y version. -# version = '2.6' -# The full version, including alpha/beta/rc tags. -# release = '2.6a0' - # We look for the Include/patchlevel.h file in the current Python source tree # and replace the values accordingly. import patchlevel @@ -38,9 +31,6 @@ today = '' # Else, today_fmt is used as the format for a strftime call. today_fmt = '%B %d, %Y' -# Ignore .rst in Sphinx its self. -exclude_trees = ['tools/sphinx'] - # Relative filename of the reference count data file. refcount_file = 'data/refcounts.dat'