summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlicia Cozine <879121+acozine@users.noreply.github.com>2020-07-23 10:44:05 -0500
committerGitHub <noreply@github.com>2020-07-23 08:44:05 -0700
commitb28d59124b679bc3221589793440cc90cddc9b45 (patch)
tree9df69e207fe648f58d2020fd91a02b801e201b82
parente439194c8c4190936553c4c653a2cd939faaabb7 (diff)
downloadansible-b28d59124b679bc3221589793440cc90cddc9b45.tar.gz
WIP: add collections as an intersphinx link (#70826)
* adds collections as a ref for intersphinx * no need for intersphinx Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
-rw-r--r--docs/docsite/rst/conf.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/docsite/rst/conf.py b/docs/docsite/rst/conf.py
index 11ebe09690..f26fdf37db 100644
--- a/docs/docsite/rst/conf.py
+++ b/docs/docsite/rst/conf.py
@@ -280,10 +280,6 @@ 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')),
- 'collections': ('https://docs.ansible.com/collections/',
- (None, '../collections.inv',
- 'http://docs.testing.ansible.com/collections/objects.inv',
- '../_collections_build/html/objects.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')),