We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b6f2ce commit 805ff5eCopy full SHA for 805ff5e
docs/conf.py
@@ -26,6 +26,8 @@
26
"""
27
28
linkcheck_ignore = [
29
+ # Fastly blocks this.
30
+ "https://pypi.org/project/attr/#history",
31
# We run into GitHub's rate limits.
32
r"https://github.com/.*/(issues|pull)/\d+",
33
# Rate limits and the latest tag is missing anyways on release.
0 commit comments