aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorChrisC <christophe.closset@intl.att.com>2020-11-17 11:35:34 +0100
committerS�bastien Determe <sebastien.determe@intl.att.com>2020-11-18 06:29:49 +0000
commit295b20c6d3d936099d6d2d8c434a6a8575d39c4a (patch)
tree99aef92817cdbf9a8b71cd295dfcd7fffd12fbfa /docs/conf.py
parent2f74a4ac81f228bdb0bf0f509e9c0ef296d28d82 (diff)
Fix doc issues
Update links Issue-ID: SDC-3370 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: I3c0c019c25286f78f0cf1e9a5e7d12390e706a2c
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 5371015c66..4b24057691 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -1,6 +1,7 @@
from docs_conf.conf import *
branch = 'latest'
+doc_onap_url = 'https://docs.onap.org'
master_doc = 'index'
linkcheck_ignore = [
@@ -9,6 +10,8 @@ linkcheck_ignore = [
intersphinx_mapping = {}
+intersphinx_mapping['onap-doc'] = ('{}/en/%s'.format(doc_onap_url) % branch, None)
+
html_last_updated_fmt = '%d-%b-%y %H:%M'
def setup(app):