mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-03-26 09:50:25 +00:00
Updating django intersphinx link
This commit is contained in:
parent
a15b7cd0f5
commit
97f5ce3b26
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx']
|
|||
|
||||
intersphinx_mapping = {
|
||||
'python': ('http://python.readthedocs.org/en/latest/', None),
|
||||
'django': ('http://django.readthedocs.org/en/latest/', None),
|
||||
'django': ('http://django.readthedocs.org/en/latest/ref/', None),
|
||||
}
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
|
|
|
|||
Loading…
Reference in a new issue