Skip to content

Commit 8cc2975

Browse files
committed
DOCSP-15647 convert legacy EOL sites to use new limited site
1 parent 8a8d0fa commit 8cc2975

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
@@ -149,6 +149,8 @@ def has(self, *args):
149149
'stable': conf.version.stable,
150150
'sitename': sconf.theme.sitename,
151151
'nav_excluded': sconf.theme.nav_excluded,
152+
'eol': True,
153+
'eol_msg': 'This version of the manual is no longer supported.'
152154
}
153155

154156
html_sidebars = sconf.sidebars

0 commit comments

Comments
 (0)