From a5d50d886af0094a6cee8a133fc2ffea6a092987 Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Fri, 3 Oct 2025 14:49:05 -0400 Subject: [PATCH 1/3] update intersphinx links --- docs/docsite/rst/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docsite/rst/conf.py b/docs/docsite/rst/conf.py index ff66abc3b74..8d26f238b87 100644 --- a/docs/docsite/rst/conf.py +++ b/docs/docsite/rst/conf.py @@ -389,6 +389,8 @@ 'jinja2': ('http://jinja.palletsprojects.com/', None), 'ansible_2_9': ('https://docs.ansible.com/ansible/2.9/', None), 'ansible_11': ('https://docs.ansible.com/ansible/11/', None), + 'ansible_12': ('https://docs.ansible.com/ansible/12/', None), + } # linckchecker settings From 85722b3f6de9d5a60533aed4c022c64b5cedd6ca Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Fri, 3 Oct 2025 14:50:41 -0400 Subject: [PATCH 2/3] trim whitespace --- docs/docsite/rst/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/docsite/rst/conf.py b/docs/docsite/rst/conf.py index 8d26f238b87..da7c5c1c1ab 100644 --- a/docs/docsite/rst/conf.py +++ b/docs/docsite/rst/conf.py @@ -390,7 +390,6 @@ 'ansible_2_9': ('https://docs.ansible.com/ansible/2.9/', None), 'ansible_11': ('https://docs.ansible.com/ansible/11/', None), 'ansible_12': ('https://docs.ansible.com/ansible/12/', None), - } # linckchecker settings From 125daf94100300f62fcf679122f1555015e42beb Mon Sep 17 00:00:00 2001 From: Don Naro Date: Tue, 7 Oct 2025 18:12:50 +0100 Subject: [PATCH 3/3] rm ansible 11 intersphinx --- docs/docsite/rst/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/docsite/rst/conf.py b/docs/docsite/rst/conf.py index da7c5c1c1ab..14320a49db7 100644 --- a/docs/docsite/rst/conf.py +++ b/docs/docsite/rst/conf.py @@ -388,7 +388,6 @@ 'python3': ('https://docs.python.org/3/', None), 'jinja2': ('http://jinja.palletsprojects.com/', None), 'ansible_2_9': ('https://docs.ansible.com/ansible/2.9/', None), - 'ansible_11': ('https://docs.ansible.com/ansible/11/', None), 'ansible_12': ('https://docs.ansible.com/ansible/12/', None), }