summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlicia Cozine <879121+acozine@users.noreply.github.com>2021-04-16 16:05:16 -0500
committerGitHub <noreply@github.com>2021-04-16 16:05:16 -0500
commitf3087255eedf7d0a352bea3adfe95ee58cdb3aa4 (patch)
tree5d0bcc7fe22e67977f580e58119207c3412be4a6 /docs
parenta13f181fd1f01f62b65ed90aee7a26c038e36f75 (diff)
downloadansible-f3087255eedf7d0a352bea3adfe95ee58cdb3aa4.tar.gz
Backports list of available versions to 2.9 for Ansible 3 (#74265) (#74321)
* updates list of available versions for Ansible 3 (#74265) (cherry picked from commit 126e9244c2bbe12234d0cbd98c0802444ab103f5) * oops, also need to update pointer to latest Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/docsite/rst/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docsite/rst/conf.py b/docs/docsite/rst/conf.py
index 4f07abc3a5..b252ffb7be 100644
--- a/docs/docsite/rst/conf.py
+++ b/docs/docsite/rst/conf.py
@@ -145,9 +145,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
),
}