Ignore localhost links in sphinx linkcheck builder 59/12259/1
authorRich Bennett <rb2745@att.com>
Wed, 13 Sep 2017 18:15:20 +0000 (14:15 -0400)
committerRich Bennett <rb2745@att.com>
Wed, 13 Sep 2017 18:16:50 +0000 (14:16 -0400)
Change-Id: I2048e723c052f8a468f75b0abc9661320cf76380
Issue-ID: DOC-34
Signed-off-by: Rich Bennett <rb2745@att.com>
docs/conf.py

index b75cab6..ceb28ca 100644 (file)
@@ -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+/']