issue #79378 html context in sphinx conf (#79401)

This commit is contained in:
Don Naro
2022-11-22 16:17:15 -05:00
committed by GitHub
parent 32c90080e4
commit e5399c95d5
+1 -1
View File
@@ -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'),
}