From: lf-jobbuilder Date: Thu, 28 May 2020 20:59:16 +0000 (-0700) Subject: Update css file name in conf.py X-Git-Tag: 1.0.0~9^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=ccsdk%2Fdistribution.git;a=commitdiff_plain;h=d691e9a377f655e2bd37d313dddae1fcac5a905c Update css file name in conf.py ribbon.css is the correct name of the css file. Issue-ID: CIMAN-376 Signed-off-by: Jessica Wagantall Change-Id: I9f0699d403633f1c0b2761da2cb22e33afcd0666 --- diff --git a/docs/conf.py b/docs/conf.py index 23f0768c..e9db1616 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,5 +12,5 @@ intersphinx_mapping = {} html_last_updated_fmt = '%d-%b-%y %H:%M' def setup(app): - app.add_css_file("css/ribbon_onap.css") + app.add_css_file("css/ribbon.css") app.add_css_file("css/theme_overrides.css")