diff options
author | Sébastien Determe <sebastien.determe@intl.att.com> | 2020-05-29 08:39:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-05-29 08:39:19 +0000 |
commit | 4a370e1a9abbdf45fabb1ec82755bc6cdcd44795 (patch) | |
tree | 63a6cd4b2d4c197a9516a80474df26b0556925b5 | |
parent | 3678b0597342a68c8d41c19914560153ba0365a0 (diff) | |
parent | 89921b8f4b1c89216f3361789469cff5deca9f51 (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 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") |