aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index adf15cc4a..d042f2ce5 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -3,6 +3,8 @@ from docs_conf.conf import *
branch = 'latest'
master_doc = 'index'
+doc_url = 'https://docs.onap.org/projects'
+
linkcheck_ignore = [
r'http://localhost:.*',
'http://CONSUL_SERVER_UI:30270/ui/#/dc1/services',
@@ -18,6 +20,7 @@ linkcheck_ignore = [
]
intersphinx_mapping = {}
+intersphinx_mapping['onap-oom'] = ('{}/onap-oom/en/%s'.format(doc_url) % branch, None)
html_last_updated_fmt = '%d-%b-%y %H:%M'