Skip to content

Commit

Permalink
Don't linkcheck tree links
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Dec 21, 2022
1 parent 0f62805 commit 566248a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
linkcheck_ignore = [
# We run into GitHub's rate limits.
r"https://github.com/.*/(issues|pull)/\d+",
# Rate limits and the latest tag is missing anyways on release.
"https://github.com/python-attrs/attrs/tree/.*",
# It never finds the anchor even though it's there.
"https://github.com/microsoft/pyright/blob/main/specs/"
"dataclass_transforms.md#attrs",
Expand Down

0 comments on commit 566248a

Please sign in to comment.