aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authormrichomme <morgan.richomme@orange.com>2020-11-14 22:36:57 +0100
committermrichomme <morgan.richomme@orange.com>2020-11-16 16:31:18 +0100
commit9643b0c11bdafd26ea0ac5127325aa8cb09f0c03 (patch)
treefaf59c0307daa092c754508de93ad2d325826003 /docs/conf.py
parent6db5edce534c882fa0b2a28778fa4bc4be31b8f6 (diff)
Refactor Integration official documentation
Issue-ID: INT-1736 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: Ia7b6425358eb9b07e293881dabd5345697af1c39
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 68ef33b1a..adf15cc4a 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -13,7 +13,8 @@ linkcheck_ignore = [
'http://so-monitoring:30224',
r'http://SINK_IP_ADDRESS:667.*',
r'http.*K8S_HOST:30227.*',
- r'http.*K8S_NODE_IP.*'
+ r'http.*K8S_NODE_IP.*',
+ 'http://team.onap.eu'
]
intersphinx_mapping = {}