From 3118aec42fda4f6907696e083c60be24082ac27d Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Wed, 8 Oct 2025 14:01:23 -0400 Subject: [PATCH] Intersphinx (#3089) * update intersphinx links * trim whitespace * rm ansible 11 intersphinx --------- Co-authored-by: Don Naro --- docs/docsite/rst/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/conf.py b/docs/docsite/rst/conf.py index ff66abc3b7..14320a49db 100644 --- a/docs/docsite/rst/conf.py +++ b/docs/docsite/rst/conf.py @@ -388,7 +388,7 @@ intersphinx_mapping = { '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), } # linckchecker settings