diff options
author | Jun Hu <jh245g@att.com> | 2017-09-13 18:29:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-13 18:29:20 +0000 |
commit | 093b24816f4f76099f6a457cde90f79823734c63 (patch) | |
tree | 94a93d0e66a186d07a948dfe3c2328ddb60873d2 /docs | |
parent | baad708b2c716fd5abd6a20bec0730bbb4c0cd20 (diff) | |
parent | 927141fd6348730fbf317703db469e4dcb6f1805 (diff) |
Merge "Ignore localhost links in sphinx linkcheck builder"
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf.py | 3 |
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+/'] |