From: Jessica Wagantall Date: Thu, 1 Oct 2020 23:20:24 +0000 (-0700) Subject: Update conf.py X-Git-Tag: 1.1.0~32 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=fc3b6b3312f3142dfbaf97ed574f8d941c34a1bd;p=ccsdk%2Foran.git 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 --- 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")