summaryrefslogtreecommitdiff
path: root/docs/docsite/rst/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docsite/rst/conf.py')
-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 96e75c05fd..3d1634516a 100644
--- a/docs/docsite/rst/conf.py
+++ b/docs/docsite/rst/conf.py
@@ -146,9 +146,9 @@ html_context = {
'github_version': 'devel/docs/docsite/rst/',
'github_module_version': 'devel/lib/ansible/modules/',
'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'),
'css_files': ('_static/ansible.css', # overrides to the standard theme
),
}