summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandra McCann <samccann@redhat.com>2022-11-10 18:48:00 -0500
committerGitHub <noreply@github.com>2022-11-10 15:48:00 -0800
commit05f919e21c724fe1bf490f4e8a4a450ebea92c8b (patch)
tree182749f2d048fa3b1999773d5c40d01c30cd6ce1
parent8d37ea6e4bc3547dbdf82ae77e50e196ea1f409b (diff)
downloadansible-stable-2.11.tar.gz
EOL 2.11 docs (#79355)stable-2.11
-rw-r--r--docs/docsite/sphinx_conf/core_conf.py2
-rw-r--r--docs/docsite/sphinx_conf/core_lang_conf.py2
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/',