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

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