diff options
author | lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org> | 2020-05-28 14:26:16 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-05-28 14:26:16 -0700 |
commit | c4e9470e6ba566ad22c4a13810ada9c2117d3dc6 (patch) | |
tree | 102e83a5db4d90886612f76254ca98e7d670b917 | |
parent | e7cbed19356748f86425c6958c6c941b7050025a (diff) |
ribbon.css is the correct name of the css file.
Issue-ID: CIMAN-376
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: Id72e9b575237eb51757eff1cbf6bc862d8c63168
-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") |