summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 1a9f9ce..55f10d7 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -8,10 +8,13 @@ linkcheck_ignore = [
'http://localhost',
]
-intersphinx_mapping = {}
+intersphinx_mapping = {
+ 'dcae': ('https://docs.onap.org/projects/onap-dcaegen2/en/latest/', None)
+}
html_last_updated_fmt = '%d-%b-%y %H:%M'
+
def setup(app):
app.add_stylesheet("css/ribbon.css")