Skip to content

Commit

Permalink
🔧 Make linkcheck ignore matrix.to URLs
Browse files Browse the repository at this point in the history
These URLs don't spit out pre-rendered content and can't be checked.
  • Loading branch information
webknjaz committed Jun 30, 2023
1 parent 676edc4 commit 4fa1e66
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 @@ -118,6 +118,8 @@
r'/python/cpython/blob/c39b52f/Lib/poplib\.py#L297-L302',
r'https://github\.com'
r'/python/cpython/blob/c39b52f/Lib/poplib\.py#user-content-L297-L302',

r'^https://matrix\.to/#', # these render fully on front-end from anchors
]
linkcheck_workers = 25

Expand Down

0 comments on commit 4fa1e66

Please sign in to comment.