summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandra McCann <samccann@redhat.com>2021-05-04 11:02:24 -0400
committerGitHub <noreply@github.com>2021-05-04 10:02:24 -0500
commit2642ddd7f3dfa7c44262979f038f0a2a564dc134 (patch)
tree060d813a8f3758a29446a3d9b9f2aab0a2b20d14
parentc3323591213c8388d3bbc2564e9349e0a5330801 (diff)
downloadansible-2642ddd7f3dfa7c44262979f038f0a2a564dc134.tar.gz
update versions (#74432) (#74451)
(cherry picked from commit a75bae8a62d2e48e44ff2decc33f349835f84500)
-rw-r--r--docs/docsite/sphinx_conf/core_conf.py6
1 files 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
),
}