summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 55f10d7..29bd145 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -8,9 +8,10 @@ linkcheck_ignore = [
'http://localhost',
]
-intersphinx_mapping = {
- 'dcae': ('https://docs.onap.org/projects/onap-dcaegen2/en/latest/', None)
-}
+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),
+})
html_last_updated_fmt = '%d-%b-%y %H:%M'