mirror of
https://github.com/django/django.git
synced 2025-04-22 00:04:43 +00:00
[5.1.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 5df512e53ab12fd8a0c92421a45aa1b664adb166 from main.
This commit is contained in:
parent
31262b37d4
commit
5805d1c346
@ -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…
x
Reference in New Issue
Block a user