Update css file name in conf.py 10/114610/1 frankfurt
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 4 Nov 2020 21:17:21 +0000 (13:17 -0800)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 4 Nov 2020 21:17:21 +0000 (13:17 -0800)
ribbon.css is the correct name of the css file.

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

docs/conf.py

index 94f32f6..072d330 100644 (file)
@@ -11,4 +11,4 @@ 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")