File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
6.1 (unreleased)
6
6
================
7
7
8
- - Nothing changed yet .
8
+ - Fix building of the docs for non-final versions .
9
9
10
10
11
11
6.1a1 (2023-04-06)
Original file line number Diff line number Diff line change 56
56
57
57
# General information about the project.
58
58
project = 'zope.interface'
59
- copyright = '2012-2017 , Zope Foundation contributors'
59
+ copyright = '2012-2023 , Zope Foundation contributors'
60
60
61
61
# The version info for the project you're documenting, acts as replacement for
62
62
# |version| and |release|, also used in various other places throughout the
63
63
# built documents.
64
64
#
65
65
# The short X.Y version.
66
- version = '%s.%s' % tuple (map ( int , rqmt .version .split ('.' )[:2 ]) )
66
+ version = '%s.%s' % tuple (rqmt .version .split ('.' )[:2 ])
67
67
# The full version, including alpha/beta/rc tags.
68
68
release = rqmt .version
69
69
You can’t perform that action at this time.
0 commit comments