Skip to content

Commit 75da65c

Browse files
1 parent 7ec5ebf commit 75da65c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/conf.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,11 @@
5959
# html_static_path = ['_static']
6060

6161
intersphinx_mapping = {
62-
"https://docs.python.org/": None,
63-
"https://docs.djangoproject.com/en/dev/": "https://docs.djangoproject.com/en/dev/_objects/",
62+
"python": ("https://docs.python.org/", None),
63+
"django": (
64+
"https://docs.djangoproject.com/en/dev/",
65+
"https://docs.djangoproject.com/en/dev/_objects/",
66+
),
6467
}
6568

6669
# -- Options for Read the Docs -----------------------------------------------

0 commit comments

Comments
 (0)