diff options
author | lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org> | 2020-05-28 14:07:13 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-05-28 14:07:13 -0700 |
commit | de4f1d918ce01deecdf6144d870d4cfe30824a23 (patch) | |
tree | d7c236bc085adf9abc26d4f11d11517664f51fd9 | |
parent | 1b13149409645e3705708ca499e0bf82bdb1fe75 (diff) |
Update css file name in conf.py6.0.0-ONAPfrankfurt
ribbon.css is the correct name of the css file.
Issue-ID: CIMAN-376
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: I6c84c252e7f860cd854fe50661ab6563ca7e82a2
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 8f40e8b..5371015 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,4 +12,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") |