summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandra McCann <samccann@redhat.com>2019-10-31 16:15:48 -0400
committerMatt Clay <matt@mystile.com>2020-09-02 13:00:37 -0700
commit05551ea64a016e28d06123e3cbf511ad26631a20 (patch)
treebc0c3291c9f03592515f07f29cfec6e3f82c6daf
parent5be31d378e016c4ea8037a7ea78d7d52fd81d630 (diff)
downloadansible-05551ea64a016e28d06123e3cbf511ad26631a20.tar.gz
[Doc-Release-2.9][2.6] eol the 2.6 release (#64118)
* eol the release * remove version selector (cherry picked from commit c6f1dede4b16a72469098d13bcb71ce70a0678cc)
-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
),
}