aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorToineSiebelink <toine.siebelink@est.tech>2021-10-21 14:58:02 +0100
committerToineSiebelink <toine.siebelink@est.tech>2021-10-21 15:12:39 +0100
commit1172cbf792f6e85487fb286c86a1659fe928bc11 (patch)
treead7775390c4a9cc078690cd4f33781bd8780e740 /docs/conf.py
parent6833edbf4624914419c4af24b31c2452470ec83c (diff)
Use intersphinx links for easier release update
Alligned index page format and content with those for other CPS components Issue-ID: CPS-721 Signed-off-by: ToineSiebelink <toine.siebelink@est.tech> Change-Id: I81c88f75c2813e9034b6e9db31a70d9483b047b3
Diffstat (limited to 'docs/conf.py')
-rwxr-xr-xdocs/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index c2df42d..caaf753 100755
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -20,14 +20,15 @@
from docutils.parsers.rst import directives
from docs_conf.conf import *
+#change 'latest' to relevant branch-name once branch has been created
branch = 'latest'
doc_url = 'https://docs.onap.org/projects'
master_doc = 'index'
intersphinx_mapping = {}
-# Latest (change to branch)
intersphinx_mapping['onap-cps'] = ('{}/onap-cps/en/%s'.format(doc_url) % branch, None)
+intersphinx_mapping['onap-cps-ncmp-dmi-plugin'] = ('{}/onap-cps-ncmp-dmi-plugin/en/%s'.format(doc_url) % branch, None)
linkcheck_ignore = [
'http://localhost',