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