Merge "Ignore localhost links in sphinx linkcheck builder"
authorJun Hu <jh245g@att.com>
Wed, 13 Sep 2017 18:29:20 +0000 (18:29 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 13 Sep 2017 18:29:20 +0000 (18:29 +0000)
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+/']