Skip to content

Commit 805ff5e

Browse files
committed
Ignore pypi in linkcheck
1 parent 2b6f2ce commit 805ff5e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/conf.py

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
"""
2727

2828
linkcheck_ignore = [
29+
# Fastly blocks this.
30+
"https://pypi.org/project/attr/#history",
2931
# We run into GitHub's rate limits.
3032
r"https://github.com/.*/(issues|pull)/\d+",
3133
# Rate limits and the latest tag is missing anyways on release.

0 commit comments

Comments
 (0)