From: Jun Hu Date: Wed, 13 Sep 2017 18:29:20 +0000 (+0000) Subject: Merge "Ignore localhost links in sphinx linkcheck builder" X-Git-Tag: 1.0.0-Amsterdam~2251 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=093b24816f4f76099f6a457cde90f79823734c63;hp=baad708b2c716fd5abd6a20bec0730bbb4c0cd20;p=doc.git Merge "Ignore localhost links in sphinx linkcheck builder" --- diff --git a/docs/conf.py b/docs/conf.py index b75cab692..ceb28cad2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -366,3 +366,6 @@ epub_exclude_files = ['search.html'] # If false, no index is generated. #epub_use_index = True + +# Patterns to ignore in linkcheck builder +linkcheck_ignore = [r'http://localhost:\d+/']