Add linkcheck ignores (#843)

This commit is contained in:
Tobias Kunze
2018-03-28 09:33:25 +02:00
committed by Raphael Michel
parent d54d25a432
commit b32aec682c
+4
View File
@@ -300,6 +300,10 @@ images_config = {
'default_image_width': '250px' 'default_image_width': '250px'
} }
linkcheck_ignore = [
r'http://localhost.*', r'.*yourdomain.*', r'https://en.wikipedia.org', 'https://pretix.eu/',
]
# -- Options for Spelling output ------------------------------------------ # -- Options for Spelling output ------------------------------------------
if HAS_PYENCHANT: if HAS_PYENCHANT:
# String specifying the language, as understood by PyEnchant and enchant. # String specifying the language, as understood by PyEnchant and enchant.