aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authormrichomme <morgan.richomme@orange.com>2020-12-01 18:23:57 +0100
committerChristophe Closset <christophe.closset@intl.att.com>2020-12-02 15:54:20 +0000
commit59305b4e52464023a6350a1d69ced2eb23dee73e (patch)
treec7a3bb0f500e3d55bf4639333bbfac180f63f508 /docs/conf.py
parent5a50b691836cc6c4d1d9d0f63bb14090b0fe35d3 (diff)
Add non functional requirement table for guilin
Issue-ID: INT-1776 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: Iff17dc50cefb9c4fc5a9e752c560b98b35974129 [Update status of my requirements] Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
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'