From aefaecfb5d6015e3287b3669f0f4a4e9af8726b1 Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Fri, 9 Jun 2023 13:52:12 -0400 Subject: [PATCH] eol 2.12 docs (#80957) --- 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 04d0b3bf9f5..d5c2359a5dc 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 e1a2ab5752c..434347c8db8 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/',