From 648388ed8ad913104b9594b1a4d5b057b8abc4b3 Mon Sep 17 00:00:00 2001 From: lf-jobbuilder Date: Thu, 28 May 2020 14:29:54 -0700 Subject: [PATCH] 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: I15d8343afd33d6d51273146775bc95429e465825 --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.16.6