summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorLovett, Trevor <trevor.lovett@att.com>2020-08-25 14:29:13 -0500
committerLovett, Trevor <trevor.lovett@att.com>2020-08-26 08:39:41 -0500
commit341b810dac6f06ce65dd66fb61f97c05dfbbc56b (patch)
treea6bb4aca6092b8369e122dd613950e10c1ce9074 /docs/conf.py
parent2d29637c486513494822414fdb4a5656e9c2f7e3 (diff)
Point to the license model in modeling
Issue-ID: VNFRQTS-484 Signed-off-by: Lovett, Trevor <trevor.lovett@att.com> Change-Id: I5a467982b52217627da87a50c9781f388d3df7c7
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'