Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
(cherry picked from commit 4a0f42923b
)
This commit is contained in:
parent
0b7e3694c7
commit
82a3366701
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ html_context = {
|
|||
'current_version': version,
|
||||
'latest_version': '2.9',
|
||||
# list specifically out of order to make latest work
|
||||
'available_versions': ('latest', '2.8', '2.7', 'devel'),
|
||||
'available_versions': ('latest', '2.9_ja', '2.8', '2.7', 'devel'),
|
||||
'css_files': ('_static/ansible.css', # overrides to the standard theme
|
||||
),
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue