mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 13:18:59 +08:00
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:
parent
0ae6d34845
commit
ab2108cadc
|
@ -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+']
|
||||
|
|
Loading…
Reference in New Issue
Block a user