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>
diff --git a/docs/conf.py b/docs/conf.py
index adf15cc..d042f2c 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -3,6 +3,8 @@
 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 @@
 ]
 
 intersphinx_mapping = {}
+intersphinx_mapping['onap-oom'] = ('{}/onap-oom/en/%s'.format(doc_url) % branch, None)
 
 html_last_updated_fmt = '%d-%b-%y %H:%M'