Skip to content

Commit 1b46765

Browse files
authored
adds v4.0 EOL banner (#1059)
1 parent 9f6b78a commit 1b46765

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,8 @@ def has(self, *args):
194194
'sitename': sconf.theme.sitename,
195195
'nav_excluded': sconf.theme.nav_excluded,
196196
'upcoming': conf.version.upcoming,
197+
'eol': True,
198+
'eol_msg': 'This version of the manual is no longer supported.'
197199
}
198200

199201
html_sidebars = sconf.sidebars

0 commit comments

Comments
 (0)