diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-06-03 02:11:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-06-03 02:11:16 +0000 |
commit | 21f70778390a1aa248acb97c1c9576419b642dc2 (patch) | |
tree | 900a8a6dc146710abe60cb9e12bc7771fd550096 | |
parent | 48aad3a3181c6990abb84206027555d473cf71b3 (diff) | |
parent | 180caa415246deed78f283339bbbf2171c38f331 (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 8f40e8b817..5371015c66 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") |