mirror of
https://github.com/django/django.git
synced 2025-08-24 04:24:34 +00:00
[1.7.x] Updated doc links to point to Python 3 documentation
Backport of 680a0f08b
from master.
This commit is contained in:
parent
abd68b5aff
commit
e441cebce3
22 changed files with 68 additions and 71 deletions
|
@ -118,10 +118,10 @@ show_authors = False
|
|||
# The name of the Pygments (syntax highlighting) style to use.
|
||||
pygments_style = 'trac'
|
||||
|
||||
# Links to Python's docs should reference the most recent version of the 2.x
|
||||
# Links to Python's docs should reference the most recent version of the 3.x
|
||||
# branch, which is located at this URL.
|
||||
intersphinx_mapping = {
|
||||
'python': ('http://docs.python.org/', None),
|
||||
'python': ('http://docs.python.org/3/', None),
|
||||
'sphinx': ('http://sphinx-doc.org/', None),
|
||||
'six': ('http://pythonhosted.org/six/', None),
|
||||
'simplejson': ('http://simplejson.readthedocs.org/en/latest/', None),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue