summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandra McCann <samccann@redhat.com>2022-05-13 18:04:58 -0400
committerGitHub <noreply@github.com>2022-05-13 15:04:58 -0700
commite7dbe1b514c4bcce9a0920449c4c11af39e5c73b (patch)
treea177f17dfb5b73a0b59bf636b9fc0822f62f6ff4
parent67f06ed83c73da996a2824803979b49863cd1497 (diff)
downloadansible-e7dbe1b514c4bcce9a0920449c4c11af39e5c73b.tar.gz
update version switcher to include 2.13 (#77786) (#77797)
(cherry picked from commit f5642cea28299857fd11aa77307f7ee04ef1edb3)
-rw-r--r--docs/docsite/sphinx_conf/core_conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docsite/sphinx_conf/core_conf.py b/docs/docsite/sphinx_conf/core_conf.py
index 2f471a4c74..7ec19b974a 100644
--- a/docs/docsite/sphinx_conf/core_conf.py
+++ b/docs/docsite/sphinx_conf/core_conf.py
@@ -173,9 +173,9 @@ html_context = {
'github_root_dir': 'devel/lib/ansible',
'github_cli_version': 'devel/lib/ansible/cli/',
'current_version': version,
- 'latest_version': '2.12',
+ 'latest_version': '2.13',
# list specifically out of order to make latest work
- 'available_versions': ('2.12', '2.11', '2.10', 'devel',),
+ 'available_versions': ('2.13', '2.12', '2.11', 'devel',),
}
# Add extra CSS styles to the resulting HTML pages