Add EOL banner to 2.15 docs (#2185)

This commit is contained in:
Sandra McCann
2024-11-18 12:38:49 -05:00
committed by GitHub
parent 76022ab613
commit 4eacc43950

View File

@@ -227,7 +227,7 @@ html_theme_options = {
html_context = {
'display_github': 'True',
'show_sphinx': False,
'is_eol': False,
'is_eol': True,
'github_user': 'ansible',
'github_repo': 'ansible-documentation',
'github_version': 'devel',