Updating intersphinx mapping 40/124740/1
authorToineSiebelink <toine.siebelink@est.tech>
Thu, 7 Oct 2021 12:39:52 +0000 (13:39 +0100)
committerToineSiebelink <toine.siebelink@est.tech>
Thu, 7 Oct 2021 12:39:59 +0000 (13:39 +0100)
Issue-ID: CPS-447
Signed-off-by: ToineSiebelink <toine.siebelink@est.tech>
Change-Id: Ie8df12e28a8973012e94d2427b516c5c2569478b

docs/conf.py

index 189414d..4a476ac 100755 (executable)
@@ -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',
 ]