diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2020-08-05 11:01:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-08-05 11:01:36 +0000 |
commit | 906a193a033d4beab261a23a2d1616f9641bdd6b (patch) | |
tree | 0dd3a18c5698b4dccfbc79fe25fa848f43bb0c0c | |
parent | a2066c4a6500d2e3ac4d10cc171f3b5ef18bd93a (diff) | |
parent | c4525f052af2d148a7e6db47359b914846c670bf (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 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") |