Update css file name in conf.py 27/108527/1
authorlf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
Thu, 28 May 2020 21:29:54 +0000 (14:29 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Thu, 28 May 2020 21:29:54 +0000 (14:29 -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: I15d8343afd33d6d51273146775bc95429e465825

Former-commit-id: 648388ed8ad913104b9594b1a4d5b057b8abc4b3

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):
-    app.add_css_file("css/ribbon_onap.css")
+    app.add_css_file("css/ribbon.css")
     app.add_css_file("css/theme_overrides.css")