docs: update to latest 3 versions (#64109)

This commit is contained in:
Sandra McCann 2019-10-31 20:32:05 -04:00 committed by Alicia Cozine
parent 4349ab5777
commit 409545825f

View file

@ -143,9 +143,9 @@ html_context = {
'github_version': 'devel/docs/docsite/rst/',
'github_module_version': 'devel/lib/ansible/modules/',
'current_version': version,
'latest_version': '2.8',
'latest_version': '2.9',
# 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
),
}