Skip to content

Commit

Permalink
linkcheck: ignore some URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Sep 23, 2023
1 parent dbbf562 commit 0fc88d8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions conf.py
Expand Up @@ -56,6 +56,12 @@
# let's just ignore all of them:
'https://doi.org/',
# Also, the point of DOIs is that they don't change, so we really shouldn't have to check them.

# 403 Client Error
'https://www.eesc.europa.eu/?i=portal.en.int-opinions.24976',

# https://github.com/vim/vim/issues/13079
'https://www.vim.org/',
]

# -- Get version information and date from Git ----------------------------
Expand Down

0 comments on commit 0fc88d8

Please sign in to comment.