summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 29bd145..1cfa66d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -11,6 +11,8 @@ linkcheck_ignore = [
intersphinx_mapping.update({
'modeling': ('https://docs.onap.org/projects/onap-modeling-modelspec/en/latest/', None),
'dcae': ('https://docs.onap.org/projects/onap-dcaegen2/en/latest/', None),
+ 'appc': ('https://docs.onap.org/projects/onap-appc/en/latest/', None),
+ 'appc-deployment': ('https://docs.onap.org/projects/onap-appc-deployment/en/latest/', None),
})
html_last_updated_fmt = '%d-%b-%y %H:%M'