summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandra McCann <samccann@redhat.com>2022-01-18 20:34:12 -0500
committerGitHub <noreply@github.com>2022-01-18 17:34:12 -0800
commitea1f2269cd81024de86edf003c7734ed58accef6 (patch)
tree6f502e669ac93ff0f31b1eece11f9b7669f6dbfb
parenta58c2a39d308a916c050bb67c1ff8c27913899ca (diff)
downloadansible-ea1f2269cd81024de86edf003c7734ed58accef6.tar.gz
EOL Ansible 4 docs (#76669)
-rw-r--r--docs/docsite/sphinx_conf/ansible_conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docsite/sphinx_conf/ansible_conf.py b/docs/docsite/sphinx_conf/ansible_conf.py
index e312c5638e..920a136a55 100644
--- a/docs/docsite/sphinx_conf/ansible_conf.py
+++ b/docs/docsite/sphinx_conf/ansible_conf.py
@@ -156,7 +156,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/',
@@ -164,7 +164,7 @@ html_context = {
'github_root_dir': 'devel/lib/ansible',
'github_cli_version': 'devel/lib/ansible/cli/',
'current_version': version,
- 'latest_version': '4',
+ 'latest_version': '5',
# list specifically out of order to make latest work
'available_versions': ('latest', '2.9', 'devel'),
}