aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-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',
]