summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSandra McCann <samccann@redhat.com>2020-09-22 15:24:29 -0400
committerGitHub <noreply@github.com>2020-09-22 14:24:29 -0500
commit8b088b46dde03e8f1ad0b4eb86f2fa76756a0e34 (patch)
tree32dcdad71cb8b081548198ed2c7c89cd679993bc /docs
parent61d383ef23e51f00c39f2dba8d5f5b4b76670e80 (diff)
downloadansible-8b088b46dde03e8f1ad0b4eb86f2fa76756a0e34.tar.gz
update version switcher for 2.10 release (#71867)
(cherry picked from commit bf4e102d97325e2dcf471b7ddd887942aa27da64)
Diffstat (limited to 'docs')
-rw-r--r--docs/docsite/rst/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docsite/rst/conf.py b/docs/docsite/rst/conf.py
index 4cec0a725e..4f07abc3a5 100644
--- a/docs/docsite/rst/conf.py
+++ b/docs/docsite/rst/conf.py
@@ -145,9 +145,9 @@ html_context = {
'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
),
}