diff --git a/docs/docsite/sphinx_conf/core_conf.py b/docs/docsite/sphinx_conf/core_conf.py index 7ec19b974a7..cf93b73bb21 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 476108c1208..8739c1b04d8 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/',