summaryrefslogtreecommitdiff
path: root/docs/docsite/sphinx_conf/core_lang_conf.py
diff options
context:
space:
mode:
authorDon Naro <dnaro@redhat.com>2022-12-01 19:01:23 +0000
committerGitHub <noreply@github.com>2022-12-01 14:01:23 -0500
commit042a55fbe01a723b165e694b26940ef672cf1da0 (patch)
tree88b7884e41bbdcc28f7b17b3f186aa6414cbb35f /docs/docsite/sphinx_conf/core_lang_conf.py
parent5b51b560d0328e35dad5d4c77688f7577081c0ed (diff)
downloadansible-042a55fbe01a723b165e694b26940ef672cf1da0.tar.gz
Docs: Update intersphinx links for Ansible 7 (#79485)
Diffstat (limited to 'docs/docsite/sphinx_conf/core_lang_conf.py')
-rw-r--r--docs/docsite/sphinx_conf/core_lang_conf.py9
1 files changed, 1 insertions, 8 deletions
diff --git a/docs/docsite/sphinx_conf/core_lang_conf.py b/docs/docsite/sphinx_conf/core_lang_conf.py
index 819388c2d7..2fbb3c8613 100644
--- a/docs/docsite/sphinx_conf/core_lang_conf.py
+++ b/docs/docsite/sphinx_conf/core_lang_conf.py
@@ -336,16 +336,9 @@ autoclass_content = 'both'
intersphinx_mapping = {'python': ('https://docs.python.org/2/', (None, '../python2.inv')),
'python3': ('https://docs.python.org/3/', (None, '../python3.inv')),
'jinja2': ('http://jinja.palletsprojects.com/', (None, '../jinja2.inv')),
+ 'ansible_7': ('https://docs.ansible.com/ansible/7/', (None, '../ansible_7.inv')),
'ansible_6': ('https://docs.ansible.com/ansible/6/', (None, '../ansible_6.inv')),
- 'ansible_5': ('https://docs.ansible.com/ansible/5/', (None, '../ansible_5.inv')),
- 'ansible_4': ('https://docs.ansible.com/ansible/4/', (None, '../ansible_4.inv')),
- 'ansible_3': ('https://docs.ansible.com/ansible/3/', (None, '../ansible_3.inv')),
- 'ansible_2_10': ('https://docs.ansible.com/ansible/2.10/', (None, '../ansible_2_10.inv')),
'ansible_2_9': ('https://docs.ansible.com/ansible/2.9/', (None, '../ansible_2_9.inv')),
- 'ansible_2_8': ('https://docs.ansible.com/ansible/2.8/', (None, '../ansible_2_8.inv')),
- 'ansible_2_7': ('https://docs.ansible.com/ansible/2.7/', (None, '../ansible_2_7.inv')),
- 'ansible_2_6': ('https://docs.ansible.com/ansible/2.6/', (None, '../ansible_2_6.inv')),
- 'ansible_2_5': ('https://docs.ansible.com/ansible/2.5/', (None, '../ansible_2_5.inv')),
}
# linckchecker settings