Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3fdea95

Browse files
committed
Remove deprecated and now unnecessary config value from conf.py.
1 parent fe85807 commit 3fdea95

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

Doc/conf.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@
2020
project = 'Python'
2121
copyright = '1990-%s, Python Software Foundation' % time.strftime('%Y')
2222

23-
# The default replacements for |version| and |release|.
24-
#
25-
# The short X.Y version.
26-
# version = '2.6'
27-
# The full version, including alpha/beta/rc tags.
28-
# release = '2.6a0'
29-
3023
# We look for the Include/patchlevel.h file in the current Python source tree
3124
# and replace the values accordingly.
3225
import patchlevel
@@ -38,9 +31,6 @@
3831
# Else, today_fmt is used as the format for a strftime call.
3932
today_fmt = '%B %d, %Y'
4033

41-
# Ignore .rst in Sphinx its self.
42-
exclude_trees = ['tools/sphinx']
43-
4434
# Relative filename of the reference count data file.
4535
refcount_file = 'data/refcounts.dat'
4636

0 commit comments

Comments
 (0)