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

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")