diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-10-01 16:20:24 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-10-01 16:21:35 -0700 |
commit | fc3b6b3312f3142dfbaf97ed574f8d941c34a1bd (patch) | |
tree | 8307d770e9a1e692b3d7c2882602af66f4f98ca0 | |
parent | 82fe92631f0a127e4aed2b933fa54f910dcf23f9 (diff) |
Update conf.py
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
-rw-r--r-- | docs/conf.py | 4 |
1 files changed, 1 insertions, 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") |