diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-06-03 02:11:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-06-03 02:11:29 +0000 |
commit | c0df9473c17c1c9b9e98c287e56a17de0d14796f (patch) | |
tree | 22d0378cb183efc143fe19cf19aafdd019c8eda7 /docs | |
parent | ada66a7003888a1257b479f0bb12e52991bef82c (diff) | |
parent | 369a591cda8861e4989fe4c5e5c025605c715986 (diff) |
Merge "Update css file name in conf.py"
Diffstat (limited to 'docs')
-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 8f40e8b8..5371015c 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") |