From 0a6004d9ca4c42a1fa090b2b38d96406ae5e1652 Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Wed, 3 Mar 2021 15:23:06 -0500 Subject: [PATCH] add base 2.10 to docs version switcher (#73770) (#73773) (cherry picked from commit 65140279573dd1f91b1134b7057711c46bac06ba) --- docs/docsite/sphinx_conf/core_conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/sphinx_conf/core_conf.py b/docs/docsite/sphinx_conf/core_conf.py index 439ae405908..709a3d5e019 100644 --- a/docs/docsite/sphinx_conf/core_conf.py +++ b/docs/docsite/sphinx_conf/core_conf.py @@ -168,7 +168,7 @@ html_context = { 'current_version': version, 'latest_version': '2.10', # list specifically out of order to make latest work - 'available_versions': ('devel'), + 'available_versions': ('2.10', 'devel',), 'css_files': ('_static/ansible.css', # overrides to the standard theme ), }