docs: Ignore github issues in linkcheck

This allows

    sphinx-build -blinkcheck . /dev/null

To be used without getting rate-limited to hell by github because the
release notes include hundreds of links to our own issues. Just assume
all issue numbers are valid.
This commit is contained in:
Fabian Homborg 2021-07-13 17:52:32 +02:00
parent 0ae6d34845
commit ab2108cadc

View file

@ -239,3 +239,5 @@ epub_exclude_files = ["search.html"]
# Disable smart-quotes to prevent double dashes from becoming emdashes.
smartquotes = False
linkcheck_ignore = [r'https://github.com/fish-shell/fish-shell/issues/\d+']