Ignore known broken links in docs linkcheck

This commit is contained in:
Julia Medina 2014-04-09 18:46:21 -03:00
parent c7c57178e0
commit f0a0d0bc22
1 changed files with 11 additions and 0 deletions

View File

@ -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/'
]