Cherry pick docs/conf.py from master 40/109540/1
authorlf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
Thu, 28 May 2020 20:56:05 +0000 (13:56 -0700)
committerTomasz Wrobel <tomasz.wrobel@nokia.com>
Thu, 25 Jun 2020 09:29:39 +0000 (11:29 +0200)
Update css file name in conf.py
ribbon.css is the correct name of the css file.

Issue-ID: AAF-1152
Change-Id: Ia8f9eda20890a92545b15d40bb76f4f1ed627006
(cherry picked from commit 892eb3fb564c2d7c50e2ecb0494bbc599f5f7ae4)
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
docs/conf.py

index b37b90c..9d61433 100644 (file)
@@ -15,4 +15,4 @@ intersphinx_mapping = {}
 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")