diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-05-27 11:21:21 -0700 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2020-05-31 13:45:02 +0000 |
commit | b8f308c3685781640f8543600b56e04c298560d7 (patch) | |
tree | b7d111537a1fc40e29f011f790b83f2a9fd3b139 | |
parent | 5527258ea8eeedf98a95d6e9eabf629092ad815a (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: Ib4444487de90b373ee692e894db4e85e22d4bf7f
-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 8f40e8b81..5371015c6 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") |