From cc3ab4eccd090d70e0b24ff15fcab70b93b448f4 Mon Sep 17 00:00:00 2001 From: norareidy Date: Thu, 16 Jan 2025 15:55:18 -0500 Subject: [PATCH] Django intersphinx links --- snooty.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/snooty.toml b/snooty.toml index 25222d6..1fe2cb2 100644 --- a/snooty.toml +++ b/snooty.toml @@ -2,7 +2,8 @@ name = "django" title = "Django MongoDB Backend" intersphinx = [ "https://www.mongodb.com/docs/manual/objects.inv", - "https://www.mongodb.com/docs/atlas/objects.inv" + "https://www.mongodb.com/docs/atlas/objects.inv", + "http://docs.djangoproject.com/en/5.0/_objects/" ] # toc_landing_pages = ["/paths/to/pages/that/have/nested/content"]