1
0
mirror of https://github.com/django/django.git synced 2025-07-22 10:39:13 +00:00

[2.0.x] Updated intersphinx_mapping URL for sphinx.

Backport of cf8fc4797458b2c788ecf0be0afca6b0512ce1c0 from master
This commit is contained in:
Tim Graham 2018-04-04 11:32:14 -04:00
parent a390cc7109
commit f185a1fca0

View File

@ -135,7 +135,7 @@ pygments_style = 'trac'
# branch, which is located at this URL.
intersphinx_mapping = {
'python': ('https://docs.python.org/3/', None),
'sphinx': ('http://sphinx-doc.org/', None),
'sphinx': ('http://www.sphinx-doc.org/en/master/', None),
'psycopg2': ('http://initd.org/psycopg/docs/', None),
}