summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Naro <dnaro@redhat.com>2022-11-22 21:17:15 +0000
committerGitHub <noreply@github.com>2022-11-22 16:17:15 -0500
commite5399c95d5a29dc931c2826c12083dbdb5fdc976 (patch)
tree26f66c89b88c814238e170cd13ce38b079f451e6
parent32c90080e418b2c8d3b61155fa2a246059ac64ab (diff)
downloadansible-e5399c95d5a29dc931c2826c12083dbdb5fdc976.tar.gz
issue #79378 html context in sphinx conf (#79401)
-rw-r--r--docs/docsite/sphinx_conf/ansible_conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/sphinx_conf/ansible_conf.py b/docs/docsite/sphinx_conf/ansible_conf.py
index 9549061cbc..54735e4796 100644
--- a/docs/docsite/sphinx_conf/ansible_conf.py
+++ b/docs/docsite/sphinx_conf/ansible_conf.py
@@ -164,7 +164,7 @@ html_context = {
'github_root_dir': 'devel/lib/ansible',
'github_cli_version': 'devel/lib/ansible/cli/',
'current_version': version,
- 'latest_version': '6',
+ 'latest_version': '7',
# list specifically out of order to make latest work
'available_versions': ('latest', '2.9', 'devel'),
}