diff --git a/docs/conf.py b/docs/conf.py index 78a44d8a3..7acf7c7fa 100644 --- a/docs/conf.py +++ b/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/' +]