summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandra McCann <samccann@redhat.com>2021-11-30 15:34:14 -0500
committerGitHub <noreply@github.com>2021-11-30 12:34:14 -0800
commit4bd007a089387c22601a7dc62a382bc179cac792 (patch)
treeab6d7593cd2dbac299630400e0decd8e961fd3a4
parent1522300cdf29ce3b59c9089262e305e416597b2d (diff)
downloadansible-4bd007a089387c22601a7dc62a382bc179cac792.tar.gz
set latest Ansible version to 5 (#76304) (#76406)
(cherry picked from commit 862a2a3599ae30cc5b5ff53cd219acb1afa362b1)
-rw-r--r--docs/docsite/sphinx_conf/ansible_conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/sphinx_conf/ansible_conf.py b/docs/docsite/sphinx_conf/ansible_conf.py
index 0a9f9a9f06..50af8b16d1 100644
--- a/docs/docsite/sphinx_conf/ansible_conf.py
+++ b/docs/docsite/sphinx_conf/ansible_conf.py
@@ -163,7 +163,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'),
}