summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSandra McCann <samccann@redhat.com>2022-05-13 18:04:10 -0400
committerGitHub <noreply@github.com>2022-05-13 15:04:10 -0700
commit0d1d1b74b3c6efc50b14094afda2721476e753b8 (patch)
tree6ad148de12d215aee785e8d8297e0ac5f17adb2a /docs
parent14f64ae38fd88b91ec61f59a290a4670b4c94e33 (diff)
downloadansible-0d1d1b74b3c6efc50b14094afda2721476e753b8.tar.gz
update version switcher to include 2.13 (#77786) (#77795)
(cherry picked from commit f5642cea28299857fd11aa77307f7ee04ef1edb3)
Diffstat (limited to 'docs')
-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 4bb7d74919..1eb96bdd08 100644
--- a/docs/docsite/sphinx_conf/core_conf.py
+++ b/docs/docsite/sphinx_conf/core_conf.py
@@ -195,9 +195,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