summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/docsite/_themes/sphinx_rtd_theme/layout.html3
-rw-r--r--docs/docsite/rst/conf.py2
2 files changed, 2 insertions, 3 deletions
diff --git a/docs/docsite/_themes/sphinx_rtd_theme/layout.html b/docs/docsite/_themes/sphinx_rtd_theme/layout.html
index f7ed552b37..15a08ddc6b 100644
--- a/docs/docsite/_themes/sphinx_rtd_theme/layout.html
+++ b/docs/docsite/_themes/sphinx_rtd_theme/layout.html
@@ -143,7 +143,6 @@
{% endif %}
{% endif %}
- {% include "ansible_versions.html" %}
{% include "searchbox.html" %}
{% endblock %}
@@ -195,7 +194,7 @@
<div class="rst-content">
{% endif %}
{% include "breadcrumbs.html" %}
- {% include "ansible_banner.html" %}
+ {% include "ansible_eol_banner.html" %}
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
{%- block document %}
<div itemprop="articleBody">
diff --git a/docs/docsite/rst/conf.py b/docs/docsite/rst/conf.py
index 454e1a6081..6b567236a2 100644
--- a/docs/docsite/rst/conf.py
+++ b/docs/docsite/rst/conf.py
@@ -142,7 +142,7 @@ html_context = {
'current_version': version,
'latest_version': '2.9',
# list specifically out of order to make latest work
- 'available_versions': ('latest', '2.8', '2.7', 'devel'),
+ 'available_versions': ('latest',),
'css_files': ('_static/ansible.css', # overrides to the standard theme
),
}