summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Naro <dnaro@redhat.com>2023-05-16 19:29:11 +0100
committerGitHub <noreply@github.com>2023-05-16 11:29:11 -0700
commit960f5ddee0a0000dedd68c168759fd46b240b5ee (patch)
tree7d9968a64dee0277792a240bcba0573ebd7ee1bd
parent6bce05fd4df6b04ba4be567b211d5bda0a6e5536 (diff)
downloadansible-960f5ddee0a0000dedd68c168759fd46b240b5ee.tar.gz
update version switcher for 2.15 (#80790)
Co-authored-by: Sandra McCann <samccann@redhat.com>
-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 c5f4094494..3a328019ab 100644
--- a/docs/docsite/sphinx_conf/core_conf.py
+++ b/docs/docsite/sphinx_conf/core_conf.py
@@ -202,9 +202,9 @@ html_context = {
'github_root_dir': 'devel/lib/ansible',
'github_cli_version': 'devel/lib/ansible/cli/',
'current_version': version,
- 'latest_version': '2.14',
+ 'latest_version': '2.15',
# list specifically out of order to make latest work
- 'available_versions': ('2.14', '2.13', '2.12', 'devel',),
+ 'available_versions': ('2.15', '2.14', '2.13', 'devel',),
}
# Add extra CSS styles to the resulting HTML pages