mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Updated doc links to point to Python 3 documentation
This commit is contained in:
parent
6d6af7244b
commit
680a0f08b1
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