Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe85807 commit 3fdea95Copy full SHA for 3fdea95
1 file changed
Doc/conf.py
@@ -20,13 +20,6 @@
20
project = 'Python'
21
copyright = '1990-%s, Python Software Foundation' % time.strftime('%Y')
22
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
-
30
# We look for the Include/patchlevel.h file in the current Python source tree
31
# and replace the values accordingly.
32
import patchlevel
@@ -38,9 +31,6 @@
38
# Else, today_fmt is used as the format for a strftime call.
39
today_fmt = '%B %d, %Y'
40
33
41
-# Ignore .rst in Sphinx its self.
42
-exclude_trees = ['tools/sphinx']
43
44
34
# Relative filename of the reference count data file.
45
35
refcount_file = 'data/refcounts.dat'
46
36
0 commit comments