commit | 89921b8f4b1c89216f3361789469cff5deca9f51 | [log] [tgz] |
---|---|---|
author | lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org> | Thu May 28 14:00:05 2020 -0700 |
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | Thu May 28 14:00:05 2020 -0700 |
tree | 25f3a22e02ebc88f79c595ca1285475a3fe4f030 | |
parent | bacd489acc3d945584c2210f94225b1a2c1f6b38 [diff] |
Update css file name in conf.py ribbon.css is the correct name of the css file. Issue-ID: CIMAN-376 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I57ea1fdc186c7e28519ba0764da298ad02c17a37
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 @@ 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")