Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandra McCann <samccann@redhat.com>2022-11-11 02:48:00 +0300
committerGitHub <noreply@github.com>2022-11-11 02:48:00 +0300
commit05f919e21c724fe1bf490f4e8a4a450ebea92c8b (patch)
tree182749f2d048fa3b1999773d5c40d01c30cd6ce1
parent8d37ea6e4bc3547dbdf82ae77e50e196ea1f409b (diff)
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 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/',