update version switcher for 2.10 release (#71866)

(cherry picked from commit bf4e102d97)
pull/71870/head
Sandra McCann 5 years ago committed by GitHub
parent 51517a6232
commit a10e76a64c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -145,9 +145,9 @@ html_context = {
'github_root_dir': 'devel/lib/ansible',
'github_cli_version': 'devel/lib/ansible/cli/',
'current_version': version,
'latest_version': '2.9',
'latest_version': '2.10',
# list specifically out of order to make latest work
'available_versions': ('latest', '2.9_ja', '2.8', '2.7', 'devel'),
'available_versions': ('latest', '2.9', '2.9_ja', '2.8', 'devel'),
'css_files': ('_static/ansible.css', # overrides to the standard theme
),
}

Loading…
Cancel
Save