summaryrefslogtreecommitdiff
path: root/docs/docsite/sphinx_conf/core_conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docsite/sphinx_conf/core_conf.py')
-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