From 0b81f05089517cdfdb7ad0abff7e30506ddc3434 Mon Sep 17 00:00:00 2001 From: Andrew Aldridge Date: Fri, 22 Jan 2016 15:54:25 -0500 Subject: [PATCH] Remove most of our intersphinx files --- config/intersphinx.yaml | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/config/intersphinx.yaml b/config/intersphinx.yaml index 0b7fecb615e..6246b2a4e01 100644 --- a/config/intersphinx.yaml +++ b/config/intersphinx.yaml @@ -2,35 +2,7 @@ name: pymongo url: http://api.mongodb.org/python/current/ path: pymongo.inv --- -name: python -url: https://docs.python.org/2/ -path: python2.inv ---- name: python2 url: https://docs.python.org/2/ path: python2.inv ---- -name: python3 -url: https://docs.python.org/3/ -path: python3.inv ---- -name: sphinx -url: http://www.sphinx-doc.org/ -path: objects.inv -### I don't think we actually link to anything for sphinx so -### this probably can go. In either case, did update to the -### new location, but probably can comment out in future so -### we don't have to maintain things that we don't use. ---- -name: django -url: https://django.readthedocs.org/en/latest/ -path: django.inv ---- -# name: djangomongodbengine -# url: http://django-mongodb.org/ -# path: djangomongodb.inv -# --- -name: djangotoolbox -url: http://djangotoolbox.readthedocs.org/en/latest/ -path: djangotoolbox.inv ...