summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSandra McCann <samccann@redhat.com>2020-09-22 15:23:41 -0400
committerGitHub <noreply@github.com>2020-09-22 14:23:41 -0500
commita10e76a64cffa530f27fa1c5e3083d03e4615cd1 (patch)
tree7584bb95f2ad15ec42b3a06495ee0a160884523e /docs
parent51517a6232c267b4e09512b70c90194bff7b7954 (diff)
downloadansible-a10e76a64cffa530f27fa1c5e3083d03e4615cd1.tar.gz
update version switcher for 2.10 release (#71866)
(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 8460ded9b7..8e44f236d3 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
),
}