mirror of
https://github.com/django/django.git
synced 2025-08-31 15:57:45 +00:00
[5.2.x] Simplified Intersphinx configuration example.
docs.djangoproject.com had been updated to serve the object.inv file
from the default location, so the second tuple element can be None
(the "default" value).
Backport of 5df512e53a
from main.
This commit is contained in:
parent
ec2af58ac6
commit
7e987fab31
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ this. For a small app like polls, this process isn't too difficult.
|
|||
# ...
|
||||
"django": (
|
||||
"https://docs.djangoproject.com/en/stable/",
|
||||
"https://docs.djangoproject.com/en/stable/_objects/",
|
||||
None,
|
||||
),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue