Skip to content

Commit

Permalink
fix core version switcher (#73704)
Browse files Browse the repository at this point in the history
  • Loading branch information
samccann committed Feb 23, 2021
1 parent 11f1177 commit f4eab92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docsite/sphinx_conf/core_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@
'github_root_dir': 'devel/lib/ansible',
'github_cli_version': 'devel/lib/ansible/cli/',
'current_version': version,
'latest_version': '2.10',
'latest_version': 'devel',
# list specifically out of order to make latest work
'available_versions': ('devel'),
'available_versions': ('devel',),
'css_files': ('_static/ansible.css', # overrides to the standard theme
),
}
Expand Down

0 comments on commit f4eab92

Please sign in to comment.