forked from CGM_Public/pretix_original
Add linkcheck ignores (#843)
This commit is contained in:
committed by
Raphael Michel
parent
d54d25a432
commit
b32aec682c
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user