mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-21 03:21:16 -03: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:
@@ -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+']
|
||||
|
||||
Reference in New Issue
Block a user