diff --git a/doc_src/conf.py b/doc_src/conf.py index 75befe749..a7730ad59 100644 --- a/doc_src/conf.py +++ b/doc_src/conf.py @@ -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+']