Add a warning banner when not reading the stable docs

This commit is contained in:
kaiyou
2018-10-16 23:19:48 +02:00
parent 13e3862ca7
commit 53b9c031c9
2 changed files with 10 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ html_context = {
'github_user': 'mailu',
'github_repo': 'mailu',
'github_version': version,
'stable_version': '1.5',
'versions': [
('1.5', '/1.5/'),
('master', '/master/')