From 126e9244c2bbe12234d0cbd98c0802444ab103f5 Mon Sep 17 00:00:00 2001 From: Alicia Cozine <879121+acozine@users.noreply.github.com> Date: Tue, 13 Apr 2021 15:59:36 -0500 Subject: [PATCH] updates list of available versions for Ansible 3 (#74265) * updates list of available versions for Ansible 3 Co-authored-by: Alicia Cozine --- docs/docsite/sphinx_conf/ansible_conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docsite/sphinx_conf/ansible_conf.py b/docs/docsite/sphinx_conf/ansible_conf.py index 21f3310dc19..ebace6b273d 100644 --- a/docs/docsite/sphinx_conf/ansible_conf.py +++ b/docs/docsite/sphinx_conf/ansible_conf.py @@ -158,9 +158,9 @@ html_context = { 'github_root_dir': 'devel/lib/ansible', 'github_cli_version': 'devel/lib/ansible/cli/', 'current_version': version, - 'latest_version': '2.10', + 'latest_version': '3', # list specifically out of order to make latest work - 'available_versions': ('latest', '2.9', '2.9_ja', '2.8', 'devel'), + 'available_versions': ('latest', '2.9', 'devel'), 'css_files': ('_static/ansible.css', # overrides to the standard theme ), }