summaryrefslogtreecommitdiff
path: root/docs/intro
diff options
context:
space:
mode:
authorCarlton Gibson <carlton.gibson@noumenal.es>2025-03-22 14:27:36 +0100
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-03-28 09:36:13 +0100
commit5df512e53ab12fd8a0c92421a45aa1b664adb166 (patch)
tree050acdca90337a47b7ad16e2434073131f2a2613 /docs/intro
parent6e54e20cc3908d4eb103678db14e1e02e05069dd (diff)
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).
Diffstat (limited to 'docs/intro')
-rw-r--r--docs/intro/reusable-apps.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/reusable-apps.txt b/docs/intro/reusable-apps.txt
index f097880f79..100ba44c31 100644
--- a/docs/intro/reusable-apps.txt
+++ b/docs/intro/reusable-apps.txt
@@ -274,7 +274,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,
),
}