summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorToineSiebelink <toine.siebelink@est.tech>2021-10-21 12:11:25 +0100
committerToine Siebelink <toine.siebelink@est.tech>2021-10-28 10:08:00 +0000
commitb97d13cd99b585ea1f77d3662028e6c651e945b8 (patch)
treef9d707c991da3953162754ebc3f4300cf941f7ae /docs/conf.py
parentc255982337ee594141c4be0fb6151c4ca4fba738 (diff)
Prepare for links accross different name-spaces
-add intersphinx mapping -add labels for re-use in other CPS components Issue-ID: CPS-721 Signed-off-by: ToineSiebelink <toine.siebelink@est.tech> Change-Id: Ib45716e75f85bd3ba28295ffe79db95e3575daaa (cherry picked from commit 39207857709df915719f1f3e4dbe7f84b9ff825c)
Diffstat (limited to 'docs/conf.py')
-rwxr-xr-xdocs/conf.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 3aaddd194f..84dac1ea21 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)
+intersphinx_mapping['onap-cps-cps-temporal'] = ('{}/onap-cps-cps-temporal/en/%s'.format(doc_url) % branch, None)
linkcheck_ignore = [
'http://localhost',