File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 50
50
# built documents.
51
51
#
52
52
# The short version.
53
- version = '12 '
53
+ version = '13 '
54
54
# The full version, including alpha/beta/rc tags.
55
- release = '12 '
55
+ release = '13 '
56
56
57
57
# The language for content autogenerated by Sphinx. Refer to documentation
58
58
# for a list of supported languages.
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'libc++'
43
- copyright = u'2011-2020 , LLVM Project'
44
+ copyright = u'2011-2021 , 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
You can’t perform that action at this time.
0 commit comments