Skip to content

Commit 5affe55

Browse files
committed
DOCSP-15647 convert legacy EOL sites to use new limited site
1 parent c70636a commit 5affe55

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,9 @@ def has(self, *args):
147147
'active_branches': conf.version.active,
148148
'stable': conf.version.stable,
149149
'sitename': sconf.theme.sitename,
150-
'nav_excluded': sconf.theme.nav_excluded
150+
'nav_excluded': sconf.theme.nav_excluded,
151+
'eol': True,
152+
'eol_msg': 'This version of the manual is no longer supported.'
151153
}
152154

153155
html_sidebars = sconf.sidebars

0 commit comments

Comments
 (0)