Skip to content

Commit 5bf6c92

Browse files
committed
Fix CI HTTP 429 error
1 parent 9c97a67 commit 5bf6c92

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,8 @@
4343

4444
intersphinx_mapping = {
4545
"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),
46+
"django": ("https://docs.djangoproject.com/en/stable/", None),
47+
"pytest": ("https://docs.pytest.org/en/latest/", None),
5148
}
5249

5350
# Warn about all references where the target cannot be found

0 commit comments

Comments
 (0)