diff options
author | 2020-05-28 14:29:21 -0700 | |
---|---|---|
committer | 2020-08-03 16:00:23 +0000 | |
commit | abe3c930492dd8c09ea571ce61ca7468bf9bbb50 (patch) | |
tree | db84745e24360d34fbc75bc34010364cf16f4dec | |
parent | cbe00ac0838bd2ef12a2bf6a383c5c8c1f3d9a25 (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: I489b4c1d161e896a4456b837253273a849d100cf
-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") |