summaryrefslogtreecommitdiff
path: root/docs/docsite/sphinx_conf
diff options
context:
space:
mode:
authorSandra McCann <samccann@redhat.com>2021-06-23 15:32:03 -0400
committerGitHub <noreply@github.com>2021-06-23 14:32:03 -0500
commitf05bcf569367904985c0e5796a4c14ce0b7d4be9 (patch)
tree0fa3defe817501280cf8624b8f1759576cfdc2b1 /docs/docsite/sphinx_conf
parent47c50c38bb68f65f916270a87c088bfb3dd3db48 (diff)
downloadansible-f05bcf569367904985c0e5796a4c14ce0b7d4be9.tar.gz
update intersphinx links for Ansible 4 (#75099)
Diffstat (limited to 'docs/docsite/sphinx_conf')
-rw-r--r--docs/docsite/sphinx_conf/all_conf.py1
-rw-r--r--docs/docsite/sphinx_conf/ansible_conf.py1
-rw-r--r--docs/docsite/sphinx_conf/core_conf.py1
3 files changed, 3 insertions, 0 deletions
diff --git a/docs/docsite/sphinx_conf/all_conf.py b/docs/docsite/sphinx_conf/all_conf.py
index 5c0bca9fe3..2e0460a21a 100644
--- a/docs/docsite/sphinx_conf/all_conf.py
+++ b/docs/docsite/sphinx_conf/all_conf.py
@@ -287,6 +287,7 @@ 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_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')),
diff --git a/docs/docsite/sphinx_conf/ansible_conf.py b/docs/docsite/sphinx_conf/ansible_conf.py
index 448138694d..0a9f9a9f06 100644
--- a/docs/docsite/sphinx_conf/ansible_conf.py
+++ b/docs/docsite/sphinx_conf/ansible_conf.py
@@ -296,6 +296,7 @@ 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_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')),
diff --git a/docs/docsite/sphinx_conf/core_conf.py b/docs/docsite/sphinx_conf/core_conf.py
index 01dd7fc997..be90f80252 100644
--- a/docs/docsite/sphinx_conf/core_conf.py
+++ b/docs/docsite/sphinx_conf/core_conf.py
@@ -308,6 +308,7 @@ 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_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')),