diff options
author | Dan Timoney <dtimoney@att.com> | 2020-06-08 14:09:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-06-08 14:09:22 +0000 |
commit | 7999215bcb96bfca2111014c47c9e8766936b254 (patch) | |
tree | bb3138f12257ecf85dc34d45909a141c05f39687 | |
parent | aec7bcff2843cfe60f946535599b49b1778dce45 (diff) | |
parent | 585b5c26e43de4e8c0425eca1ec4d69bf39131b7 (diff) |
Merge "Update css file name in conf.py"
-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 3b28eb74a..d211470a6 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_css_file("css/ribbon_onap.css") + app.add_css_file("css/ribbon.css") |