summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandra McCann <samccann@redhat.com>2021-05-18 19:08:29 -0400
committerGitHub <noreply@github.com>2021-05-18 18:08:29 -0500
commit84707c60a48b930aac8e8699c13a0a28a7be4b95 (patch)
treee6dfb234f09550e9d2e7c627cb4f02ae8cdf67db
parentbbca98f622caab4fa04bcce762f872d43b9b883a (diff)
downloadansible-84707c60a48b930aac8e8699c13a0a28a7be4b95.tar.gz
updates list of available versions for Ansible 3 (#74265) (#74757)
* updates list of available versions for Ansible 3 (#74265) (cherry picked from commit 126e9244c2bbe12234d0cbd98c0802444ab103f5) * update conf.py (#74751) (cherry picked from commit cd8e3a2208dca4f56aaadab60be1d6296a85166c) Co-authored-by: Alicia Cozine <879121+acozine@users.noreply.github.com>
-rw-r--r--docs/docsite/sphinx_conf/ansible_conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/docsite/sphinx_conf/ansible_conf.py b/docs/docsite/sphinx_conf/ansible_conf.py
index 3bdafab796..b407231e74 100644
--- a/docs/docsite/sphinx_conf/ansible_conf.py
+++ b/docs/docsite/sphinx_conf/ansible_conf.py
@@ -96,7 +96,7 @@ exclude_patterns = [
'core_index.rst',
'porting_guides/core_porting_guides.rst',
'porting_guides/porting_guide_base_2.10.rst',
- 'porting_guides/porting_guide_core_2.11.rst',
+ 'porting_guides/porting_guide_core_*',
'roadmap/index.rst',
'roadmap/ansible_base_roadmap_index.rst',
'roadmap/ROADMAP_2_10.rst',
@@ -158,9 +158,9 @@ html_context = {
'github_root_dir': 'devel/lib/ansible',
'github_cli_version': 'devel/lib/ansible/cli/',
'current_version': version,
- 'latest_version': '2.10',
+ 'latest_version': '4',
# list specifically out of order to make latest work
- 'available_versions': ('latest', '2.9', '2.9_ja', '2.8', 'devel'),
+ 'available_versions': ('latest', '2.9', 'devel'),
'css_files': ('_static/ansible.css', # overrides to the standard theme
),
}