From 16970567bfc82cb486e7c6b1754df757ad89764d Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Tue, 21 Jun 2022 14:40:04 -0400 Subject: [PATCH] update conf.py for Ansible 6 release (#78049) (#78109) (cherry picked from commit e8a77626a3b33832783433817108cbfbb84227ea) --- docs/docsite/sphinx_conf/ansible_conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/sphinx_conf/ansible_conf.py b/docs/docsite/sphinx_conf/ansible_conf.py index 71b804e7c02..3c570be993e 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'), }