Skip to content

Commit

Permalink
update version switcher for 2.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
samccann authored and abadger committed Sep 22, 2020
1 parent 0e5911d commit bf4e102
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docsite/rst/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@
'github_root_dir': 'devel/lib/ansible',
'github_cli_version': 'devel/lib/ansible/cli/',
'current_version': version,
'latest_version': '2.9',
'latest_version': '2.10',
# list specifically out of order to make latest work
'available_versions': ('latest', '2.9_ja', '2.8', '2.7', 'devel'),
'available_versions': ('latest', '2.9', '2.9_ja', '2.8', 'devel'),
'css_files': ('_static/ansible.css', # overrides to the standard theme
),
}
Expand Down

0 comments on commit bf4e102

Please sign in to comment.