docs: update to latest 3 versions (#64109)

pull/64178/head
Sandra McCann 5 years ago committed by Alicia Cozine
parent 4349ab5777
commit 409545825f

@ -143,9 +143,9 @@ html_context = {
'github_version': 'devel/docs/docsite/rst/', 'github_version': 'devel/docs/docsite/rst/',
'github_module_version': 'devel/lib/ansible/modules/', 'github_module_version': 'devel/lib/ansible/modules/',
'current_version': version, 'current_version': version,
'latest_version': '2.8', 'latest_version': '2.9',
# list specifically out of order to make latest work # list specifically out of order to make latest work
'available_versions': ('latest', '2.7', '2.6', 'devel'), 'available_versions': ('latest', '2.8', '2.7', 'devel'),
'css_files': ('_static/ansible.css', # overrides to the standard theme 'css_files': ('_static/ansible.css', # overrides to the standard theme
), ),
} }

Loading…
Cancel
Save