Preparations for 1.8 release.

This commit is contained in:
Dimitri Huisman
2020-10-01 20:32:05 +02:00
parent 90984c4d2b
commit 78890a97ff
39 changed files with 80 additions and 41 deletions

View File

@@ -36,11 +36,12 @@ html_context = {
'github_user': 'mailu',
'github_repo': 'mailu',
'github_version': version,
'stable_version': '1.7',
'stable_version': '1.8',
'versions': [
('1.5', '/1.5/'),
('1.6', '/1.6/'),
('1.7', '/1.7/'),
('1.8', '/1.8/'),
('master', '/master/')
],
'conf_py_path': '/docs/'