We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec5ebf commit 75da65cCopy full SHA for 75da65c
docs/conf.py
@@ -59,8 +59,11 @@
59
# html_static_path = ['_static']
60
61
intersphinx_mapping = {
62
- "https://docs.python.org/": None,
63
- "https://docs.djangoproject.com/en/dev/": "https://docs.djangoproject.com/en/dev/_objects/",
+ "python": ("https://docs.python.org/", None),
+ "django": (
64
+ "https://docs.djangoproject.com/en/dev/",
65
+ "https://docs.djangoproject.com/en/dev/_objects/",
66
+ ),
67
}
68
69
# -- Options for Read the Docs -----------------------------------------------
0 commit comments