From fc3b6b3312f3142dfbaf97ed574f8d941c34a1bd Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Thu, 1 Oct 2020 16:20:24 -0700 Subject: Update conf.py Remove comment use add_css_file to import their ribbon.css Issue-ID: CCSDK-2833 Signed-off-by: Jessica Wagantall Change-Id: Ifff696e96b7279bea63f2b75c84238a94c0e2fc0 --- docs/conf.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index a81fb655..de84a196 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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") -- cgit 1.2.3-korg