Skip to content

Commit 4849198

Browse files
authored
Django intersphinx links (#7)
1 parent f8c7bd5 commit 4849198

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

snooty.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name = "django"
22
title = "Django MongoDB Backend"
33

44
intersphinx = [ "https://www.mongodb.com/docs/manual/objects.inv",
5-
"https://www.mongodb.com/docs/atlas/objects.inv"
5+
"https://www.mongodb.com/docs/atlas/objects.inv",
6+
"http://docs.djangoproject.com/en/5.0/_objects/"
67
]
78

89
# toc_landing_pages = ["/paths/to/pages/that/have/nested/content"]

0 commit comments

Comments
 (0)