From 2642ddd7f3dfa7c44262979f038f0a2a564dc134 Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Tue, 4 May 2021 11:02:24 -0400 Subject: update versions (#74432) (#74451) (cherry picked from commit a75bae8a62d2e48e44ff2decc33f349835f84500) --- docs/docsite/sphinx_conf/core_conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docsite/sphinx_conf/core_conf.py b/docs/docsite/sphinx_conf/core_conf.py index ba73af521d..70edd31ae6 100644 --- a/docs/docsite/sphinx_conf/core_conf.py +++ b/docs/docsite/sphinx_conf/core_conf.py @@ -166,10 +166,10 @@ html_context = { 'github_root_dir': 'devel/lib/ansible', 'github_cli_version': 'devel/lib/ansible/cli/', 'current_version': version, - 'latest_version': '2.10', + 'latest_version': '2.11', # list specifically out of order to make latest work - 'available_versions': ('2.10', 'devel',), - 'css_files': ('_static/core.css', # overrides to the standard theme + 'available_versions': ('2.11', '2.10', 'devel',), + 'css_files': ('_static/ansible.css', # overrides to the standard theme ), } -- cgit v1.2.1