mirror of https://github.com/scrapy/scrapy.git
Ignore known broken links in docs linkcheck
This commit is contained in:
parent
c7c57178e0
commit
f0a0d0bc22
11
docs/conf.py
11
docs/conf.py
|
|
@ -192,3 +192,14 @@ latex_documents = [
|
|||
|
||||
# If false, no module index is generated.
|
||||
#latex_use_modindex = True
|
||||
|
||||
|
||||
# Options for the linkcheck builder
|
||||
# ---------------------------------
|
||||
|
||||
# A list of regular expressions that match URIs that should not be checked when
|
||||
# doing a linkcheck build.
|
||||
linkcheck_ignore = [
|
||||
'http://localhost:\d+', 'http://hg.scrapy.org',
|
||||
'http://directory.google.com/'
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue