Skip to content

Commit 566248a

Browse files
committed
Don't linkcheck tree links
1 parent 0f62805 commit 566248a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
linkcheck_ignore = [
1919
# We run into GitHub's rate limits.
2020
r"https://github.com/.*/(issues|pull)/\d+",
21+
# Rate limits and the latest tag is missing anyways on release.
22+
"https://github.com/python-attrs/attrs/tree/.*",
2123
# It never finds the anchor even though it's there.
2224
"https://github.com/microsoft/pyright/blob/main/specs/"
2325
"dataclass_transforms.md#attrs",

0 commit comments

Comments
 (0)