summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandra McCann <samccann@redhat.com>2022-05-13 18:04:36 -0400
committerGitHub <noreply@github.com>2022-05-13 15:04:36 -0700
commit48689b63e450beb65efa614189dcb701bd97a580 (patch)
tree905366dbd51317bbf7608139d3a845e21f119b22
parent092d298b5c7e35a26dae16698ee30c02684f8c29 (diff)
downloadansible-48689b63e450beb65efa614189dcb701bd97a580.tar.gz
update version switcher to include 2.13 (#77786) (#77796)
(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 8597d4f5a7..89dedce3ea 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