summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSandra McCann <samccann@redhat.com>2022-11-22 16:38:37 -0500
committerGitHub <noreply@github.com>2022-11-22 13:38:37 -0800
commitf9ea06f9d115f8059ce7216e7ddf0d987b9d8afd (patch)
treee5c34dcb68f8359d744919bf61158114558e1c05 /docs
parent035ce0a29babcea83f94d51d8a9d6a63d3c29234 (diff)
downloadansible-f9ea06f9d115f8059ce7216e7ddf0d987b9d8afd.tar.gz
issue #79378 html context in sphinx conf (#79401) (#79447)
(cherry picked from commit e5399c95d5a29dc931c2826c12083dbdb5fdc976) Co-authored-by: Don Naro <dnaro@redhat.com>
Diffstat (limited to 'docs')
-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'),
}