Update css file name in conf.py 81/108481/1
authorlf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
Thu, 28 May 2020 20:59:01 +0000 (13:59 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Thu, 28 May 2020 20:59:01 +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: I07abe65dff0adef7111d35db882951b00d375c8d

docs/conf.py

index 3b28eb7..d211470 100644 (file)
@@ -12,4 +12,4 @@ 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")