summaryrefslogtreecommitdiff
path: root/docs/docsite/sphinx_conf
diff options
context:
space:
mode:
authorAlicia Cozine <879121+acozine@users.noreply.github.com>2021-04-13 15:59:36 -0500
committerGitHub <noreply@github.com>2021-04-13 16:59:36 -0400
commit126e9244c2bbe12234d0cbd98c0802444ab103f5 (patch)
treeb9b4f979af91c41c3f6012b558adb9710800f12b /docs/docsite/sphinx_conf
parent84e473a26ea95afec207409c42ba872c009fe6b6 (diff)
downloadansible-126e9244c2bbe12234d0cbd98c0802444ab103f5.tar.gz
updates list of available versions for Ansible 3 (#74265)
* updates list of available versions for Ansible 3 Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
Diffstat (limited to 'docs/docsite/sphinx_conf')
-rw-r--r--docs/docsite/sphinx_conf/ansible_conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docsite/sphinx_conf/ansible_conf.py b/docs/docsite/sphinx_conf/ansible_conf.py
index 21f3310dc1..ebace6b273 100644
--- a/docs/docsite/sphinx_conf/ansible_conf.py
+++ b/docs/docsite/sphinx_conf/ansible_conf.py
@@ -158,9 +158,9 @@ html_context = {
'github_root_dir': 'devel/lib/ansible',
'github_cli_version': 'devel/lib/ansible/cli/',
'current_version': version,
- 'latest_version': '2.10',
+ 'latest_version': '3',
# list specifically out of order to make latest work
- 'available_versions': ('latest', '2.9', '2.9_ja', '2.8', 'devel'),
+ 'available_versions': ('latest', '2.9', 'devel'),
'css_files': ('_static/ansible.css', # overrides to the standard theme
),
}