summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJun Hu <jh245g@att.com>2017-09-13 18:29:20 +0000
committerGerrit Code Review <gerrit@onap.org>2017-09-13 18:29:20 +0000
commit093b24816f4f76099f6a457cde90f79823734c63 (patch)
tree94a93d0e66a186d07a948dfe3c2328ddb60873d2
parentbaad708b2c716fd5abd6a20bec0730bbb4c0cd20 (diff)
parent927141fd6348730fbf317703db469e4dcb6f1805 (diff)
Merge "Ignore localhost links in sphinx linkcheck builder"
-rw-r--r--docs/conf.py3
1 files changed, 3 insertions, 0 deletions
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+/']