From 8ca4f3a58e31e7010ee96d30f73810f1b721e88f Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Wed, 4 Nov 2020 13:17:21 -0800 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: I4033a0562f6469cddfbff2056a8b73866ad0aaae --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 94f32f6..072d330 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -11,4 +11,4 @@ html_last_updated_fmt = '%d-%b-%y %H:%M' def setup(app): - app.add_stylesheet("css/ribbon_onap.css") + app.add_stylesheet("css/ribbon.css") -- 2.16.6