File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11
11
# serve to show the default.
12
12
13
13
import sys , os
14
+ from datetime import date
14
15
15
16
# If extensions (or modules to document with autodoc) are in another directory,
16
17
# add these directories to sys.path here. If the directory is relative to the
40
41
41
42
# General information about the project.
42
43
project = u'libunwind'
43
- copyright = u'2011-2017 , LLVM Project'
44
+ copyright = u'2011-%d , LLVM Project' % date . today (). year
44
45
45
46
# The version info for the project you're documenting, acts as replacement for
46
47
# |version| and |release|, also used in various other places throughout the
47
48
# built documents.
48
49
#
49
50
# The short X.Y version.
50
- version = '7 .0'
51
+ version = '8 .0'
51
52
# The full version, including alpha/beta/rc tags.
52
- release = '7 .0'
53
+ release = '8 .0'
53
54
54
55
# The language for content autogenerated by Sphinx. Refer to documentation
55
56
# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments