Skip to content

Remove most of our intersphinx files #2531

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 0 additions & 28 deletions config/intersphinx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
...