fix core version switcher (#73704)

This commit is contained in:
Sandra McCann 2021-02-23 15:12:54 -05:00 committed by GitHub
parent 11f1177e6c
commit f4eab92aa0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -166,9 +166,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': 'devel',
# list specifically out of order to make latest work
'available_versions': ('devel'),
'available_versions': ('devel',),
'css_files': ('_static/ansible.css', # overrides to the standard theme
),
}