summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 1a9f9ce..1cfa66d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -8,10 +8,16 @@ linkcheck_ignore = [
'http://localhost',
]
-intersphinx_mapping = {}
+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'
+
def setup(app):
app.add_stylesheet("css/ribbon.css")