Update css file name in conf.py 83/108483/1
authorlf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
Thu, 28 May 2020 20:59:16 +0000 (13:59 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Thu, 28 May 2020 20:59:16 +0000 (13:59 -0700)
ribbon.css is the correct name of the css file.

Issue-ID: CIMAN-376
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: I9f0699d403633f1c0b2761da2cb22e33afcd0666

docs/conf.py

index 23f0768..e9db161 100644 (file)
@@ -12,5 +12,5 @@ intersphinx_mapping = {}
 html_last_updated_fmt = '%d-%b-%y %H:%M'
 
 def setup(app):
 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")
     app.add_css_file("css/theme_overrides.css")