diff --git a/docs/conf.py b/docs/conf.py index 58af0ce..3e82c95 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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.