aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToineSiebelink <toine.siebelink@est.tech>2021-10-07 13:39:52 +0100
committerToineSiebelink <toine.siebelink@est.tech>2021-10-07 13:39:59 +0100
commit3c8fbebbe03798d5747fc02f1eda96d7fa5f1056 (patch)
tree719e61e7948aa1b9f76e8c330cca3045bf6c5294
parent4f6877fa8c109fe0a10bd26891aad4c010951157 (diff)
Updating intersphinx mapping
Issue-ID: CPS-447 Signed-off-by: ToineSiebelink <toine.siebelink@est.tech> Change-Id: Ie8df12e28a8973012e94d2427b516c5c2569478b
-rwxr-xr-xdocs/conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 189414d..4a476ac 100755
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -24,6 +24,9 @@ master_doc = 'index'
intersphinx_mapping = {}
+# Latest (change to branch)
+intersphinx_mapping['onap-cps'] = ('{}/onap-cps/en/%s'.format(doc_url) % branch, None)
+
linkcheck_ignore = [
'http://localhost',
]