fix core version switcher (#73704)

pull/73552/head
Sandra McCann 4 years ago committed by GitHub
parent 11f1177e6c
commit f4eab92aa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
),
}

Loading…
Cancel
Save