(cherry picked from commit 6514027957
)
This commit is contained in:
parent
c86a498a67
commit
0a6004d9ca
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ html_context = {
|
||||||
'current_version': version,
|
'current_version': version,
|
||||||
'latest_version': '2.10',
|
'latest_version': '2.10',
|
||||||
# list specifically out of order to make latest work
|
# list specifically out of order to make latest work
|
||||||
'available_versions': ('devel'),
|
'available_versions': ('2.10', 'devel',),
|
||||||
'css_files': ('_static/ansible.css', # overrides to the standard theme
|
'css_files': ('_static/ansible.css', # overrides to the standard theme
|
||||||
),
|
),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue