summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSandra McCann <samccann@redhat.com>2022-06-21 14:40:04 -0400
committerGitHub <noreply@github.com>2022-06-21 11:40:04 -0700
commit16970567bfc82cb486e7c6b1754df757ad89764d (patch)
treea6a657397f5bdf210cbc357f5604e4e5d9f356c0 /docs
parentd9f999f1c3591a51abcb5dfb9760aea70a37107f (diff)
downloadansible-16970567bfc82cb486e7c6b1754df757ad89764d.tar.gz
update conf.py for Ansible 6 release (#78049) (#78109)
(cherry picked from commit e8a77626a3b33832783433817108cbfbb84227ea)
Diffstat (limited to 'docs')
-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 71b804e7c0..3c570be993 100644
--- a/docs/docsite/sphinx_conf/ansible_conf.py
+++ b/docs/docsite/sphinx_conf/ansible_conf.py
@@ -164,7 +164,7 @@ html_context = {
'github_root_dir': 'devel/lib/ansible',
'github_cli_version': 'devel/lib/ansible/cli/',
'current_version': version,
- 'latest_version': '5',
+ 'latest_version': '6',
# list specifically out of order to make latest work
'available_versions': ('latest', '2.9', 'devel'),
}