Skip to content

Commit ff0fe30

Browse files
committed
- update docs configuration
1 parent f0d0bba commit ff0fe30

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/conf.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,17 @@
4848

4949
# General information about the project.
5050
project = u'RestrictedPython'
51-
copyright = u'2017-2019, Zope Foundation and Contributors'
51+
copyright = u'2017-2020, Zope Foundation and Contributors'
5252
author = u'The Zope developer community'
5353

5454
# The version info for the project you're documenting, acts as replacement for
5555
# |version| and |release|, also used in various other places throughout the
5656
# built documents.
5757
#
5858
# The short X.Y version.
59-
version = u'4.0'
59+
version = u'5.0'
6060
# The full version, including alpha/beta/rc tags.
61-
release = u'4.0'
61+
release = u'5.0'
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation
6464
# for a list of supported languages.
@@ -110,10 +110,10 @@
110110
'python2': ('https://docs.python.org/2', None),
111111
'python2.7': ('https://docs.python.org/2.7', None),
112112
'python3': ('https://docs.python.org/3', None),
113-
'python34': ('https://docs.python.org/3.4', None),
114113
'python35': ('https://docs.python.org/3.5', None),
115114
'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),
117117
}
118118

119119
# Options for sphinx.ext.todo:

0 commit comments

Comments
 (0)