We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c97a67 commit 5bf6c92Copy full SHA for 5bf6c92
1 file changed
docs/conf.py
@@ -43,11 +43,8 @@
43
44
intersphinx_mapping = {
45
"python": ("https://docs.python.org/3", None),
46
- "django": (
47
- "https://docs.djangoproject.com/en/stable/",
48
- "https://docs.djangoproject.com/en/stable/_objects/",
49
- ),
50
- "pytest": ("https://docs.pytest.org/en/stable/", None),
+ "django": ("https://docs.djangoproject.com/en/stable/", None),
+ "pytest": ("https://docs.pytest.org/en/latest/", None),
51
}
52
53
# Warn about all references where the target cannot be found
0 commit comments