From: Jessica Wagantall Date: Wed, 4 Nov 2020 21:17:21 +0000 (-0800) Subject: Update css file name in conf.py X-Git-Url: https://gerrit.onap.org/r/gitweb?p=modeling%2Fetsicatalog.git;a=commitdiff_plain;h=8ca4f3a58e31e7010ee96d30f73810f1b721e88f 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 --- 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")