Skip to content

Commit

Permalink
manual: exempt GitHub from anchor checking as a whole.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark committed Aug 19, 2024
1 parent 97f8db8 commit 1ab644d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/manual/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@
linkcheck_anchors_ignore_for_url = [
r"^https://matrix\.to/",
r"^https://web\.libera\.chat/",
# React page with README content included as a JSON payload.
r"^https://github\.com/[^/]+/[^/]+/$",
# GitHub is a React-based SPA; even README content is included as a JSON payload.
r"^https://github\.com/",
]

0 comments on commit 1ab644d

Please sign in to comment.