summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorLovett, Trevor <trevor.lovett@att.com>2020-08-25 09:18:55 -0500
committerTrevor Lovett <trevor.lovett@att.com>2020-08-25 14:52:42 +0000
commit2d29637c486513494822414fdb4a5656e9c2f7e3 (patch)
tree3d6f7370d4b0200c9c7481b71713e970ad7758b4 /docs/conf.py
parent6921cb9c027e8ddf509baca1cea1e94107d3f967 (diff)
Added REST Conf and corrected links to HV-VES
Issue-ID: VNFRQTS-812 Signed-off-by: Lovett, Trevor <trevor.lovett@att.com> Change-Id: Ice655efc417407b59273fe5a74433e5ef0741247
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")