From b32aec682c39e6bfa5e2e85664d73793064b9d2a Mon Sep 17 00:00:00 2001 From: Tobias Kunze Date: Wed, 28 Mar 2018 09:33:25 +0200 Subject: [PATCH] Add linkcheck ignores (#843) --- doc/conf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/conf.py b/doc/conf.py index 2e95f8967..431c631c5 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -300,6 +300,10 @@ images_config = { 'default_image_width': '250px' } +linkcheck_ignore = [ + r'http://localhost.*', r'.*yourdomain.*', r'https://en.wikipedia.org', 'https://pretix.eu/', +] + # -- Options for Spelling output ------------------------------------------ if HAS_PYENCHANT: # String specifying the language, as understood by PyEnchant and enchant.