|
48 | 48 |
|
49 | 49 | # General information about the project.
|
50 | 50 | project = u'RestrictedPython'
|
51 |
| -copyright = u'2017-2019, Zope Foundation and Contributors' |
| 51 | +copyright = u'2017-2020, Zope Foundation and Contributors' |
52 | 52 | author = u'The Zope developer community'
|
53 | 53 |
|
54 | 54 | # The version info for the project you're documenting, acts as replacement for
|
55 | 55 | # |version| and |release|, also used in various other places throughout the
|
56 | 56 | # built documents.
|
57 | 57 | #
|
58 | 58 | # The short X.Y version.
|
59 |
| -version = u'4.0' |
| 59 | +version = u'5.0' |
60 | 60 | # The full version, including alpha/beta/rc tags.
|
61 |
| -release = u'4.0' |
| 61 | +release = u'5.0' |
62 | 62 |
|
63 | 63 | # The language for content autogenerated by Sphinx. Refer to documentation
|
64 | 64 | # for a list of supported languages.
|
|
110 | 110 | 'python2': ('https://docs.python.org/2', None),
|
111 | 111 | 'python2.7': ('https://docs.python.org/2.7', None),
|
112 | 112 | 'python3': ('https://docs.python.org/3', None),
|
113 |
| - 'python34': ('https://docs.python.org/3.4', None), |
114 | 113 | 'python35': ('https://docs.python.org/3.5', None),
|
115 | 114 | 'python36': ('https://docs.python.org/3.6', None),
|
116 |
| - |
| 115 | + 'python37': ('https://docs.python.org/3.7', None), |
| 116 | + 'python38': ('https://docs.python.org/3.8', None), |
117 | 117 | }
|
118 | 118 |
|
119 | 119 | # Options for sphinx.ext.todo:
|
|
0 commit comments