From: lf-jobbuilder Date: Thu, 28 May 2020 20:56:05 +0000 (-0700) Subject: Update css file name in conf.py X-Git-Tag: 1.1.0~13 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=892eb3fb564c2d7c50e2ecb0494bbc599f5f7ae4;p=oom%2Fplatform%2Fcert-service.git 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: Ia8f9eda20890a92545b15d40bb76f4f1ed627006 --- diff --git a/docs/conf.py b/docs/conf.py index b37b90cf..9d614331 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -15,4 +15,4 @@ intersphinx_mapping = {} 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")