From 4eacc43950d68d1ea011f0196836d5ca45cc1431 Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Mon, 18 Nov 2024 12:38:49 -0500 Subject: [PATCH] Add EOL banner to 2.15 docs (#2185) --- docs/docsite/rst/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/conf.py b/docs/docsite/rst/conf.py index d171ba25f8..dbe137ec81 100644 --- a/docs/docsite/rst/conf.py +++ b/docs/docsite/rst/conf.py @@ -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',