docs: update to latest 3 versions (#64109)
This commit is contained in:
parent
4349ab5777
commit
409545825f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
),
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue