mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-05-03 19:34:42 +00:00
Updating intersphinx_mapping
This commit is contained in:
parent
97f5ce3b26
commit
5710ccc534
1 changed files with 2 additions and 2 deletions
|
|
@ -37,8 +37,8 @@ sys.path.insert(0, os.path.abspath('..'))
|
|||
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx']
|
||||
|
||||
intersphinx_mapping = {
|
||||
'python': ('http://python.readthedocs.org/en/latest/', None),
|
||||
'django': ('http://django.readthedocs.org/en/latest/ref/', None),
|
||||
'python': ('http://docs.python.org/2.7', None),
|
||||
'django': ('http://docs.djangoproject.com/en/dev/', 'http://docs.djangoproject.com/en/dev/_objects/'),
|
||||
}
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
|
|
|
|||
Loading…
Reference in a new issue