From 05f919e21c724fe1bf490f4e8a4a450ebea92c8b Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Thu, 10 Nov 2022 18:48:00 -0500 Subject: EOL 2.11 docs (#79355) --- docs/docsite/sphinx_conf/core_conf.py | 2 +- docs/docsite/sphinx_conf/core_lang_conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docsite/sphinx_conf/core_conf.py b/docs/docsite/sphinx_conf/core_conf.py index 7ec19b974a..cf93b73bb2 100644 --- a/docs/docsite/sphinx_conf/core_conf.py +++ b/docs/docsite/sphinx_conf/core_conf.py @@ -165,7 +165,7 @@ html_theme_options = { html_context = { 'display_github': 'True', 'show_sphinx': False, - 'is_eol': False, + 'is_eol': True, 'github_user': 'ansible', 'github_repo': 'ansible', 'github_version': 'devel/docs/docsite/rst/', diff --git a/docs/docsite/sphinx_conf/core_lang_conf.py b/docs/docsite/sphinx_conf/core_lang_conf.py index 476108c120..8739c1b04d 100644 --- a/docs/docsite/sphinx_conf/core_lang_conf.py +++ b/docs/docsite/sphinx_conf/core_lang_conf.py @@ -194,7 +194,7 @@ html_theme_options = { html_context = { 'display_github': 'True', 'show_sphinx': False, - 'is_eol': False, + 'is_eol': True, 'github_user': 'ansible', 'github_repo': 'ansible', 'github_version': 'devel/docs/docsite/rst/', -- cgit v1.2.1