Update conf.py 46/113446/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Thu, 1 Oct 2020 23:20:24 +0000 (16:20 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Thu, 1 Oct 2020 23:21:35 +0000 (16:21 -0700)
Remove comment
use add_css_file to import their
ribbon.css

Issue-ID: CCSDK-2833
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: Ifff696e96b7279bea63f2b75c84238a94c0e2fc0

docs/conf.py

index a81fb65..de84a19 100644 (file)
@@ -1,7 +1,5 @@
 from docs_conf.conf import *
 
-#branch configuration
-
 branch = 'latest'
 master_doc = 'index'
 
@@ -16,4 +14,4 @@ intersphinx_mapping = {}
 html_last_updated_fmt = '%d-%b-%y %H:%M'
 
 def setup(app):
-    app.add_stylesheet("css/ribbon.css")
+    app.add_css_file("css/ribbon.css")