Initial changes for new release. Releases.rst and CHANGELOG.md must still be updated.

This commit is contained in:
Dimitri Huisman
2024-03-16 16:35:34 +00:00
parent 42cdd12ab3
commit c2348fc28f
74 changed files with 128 additions and 124 deletions

View File

@@ -36,10 +36,10 @@ html_context = {
'github_user': 'mailu',
'github_repo': 'mailu',
'github_version': version,
'stable_version': '2.0',
'stable_version': '2024.03',
'versions': [
('1.9', '/1.9/'),
('2.0', '/2.0/'),
('2024.03', '/2024.03/'),
('master', '/master/')
],
'conf_py_path': '/docs/'