diff options
author | Mandar Sawant <ms5838@att.com> | 2020-08-05 14:36:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-08-05 14:36:31 +0000 |
commit | 6538efc772e1aaa090c97df7461c544f43250582 (patch) | |
tree | 04f8fe1aa7640be2dbdc603cd908bccdea1c20be | |
parent | a97d519633b278bb534407a60725b95e72e77150 (diff) | |
parent | 848d79ce52b78b84be99803dfa73a83c90eb517d (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") |