diff options
author | Shankaranarayanan Puzhavakath Narayanan <snarayanan@research.att.com> | 2020-05-28 22:11:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-05-28 22:11:33 +0000 |
commit | dae1f66180b7da7f95f8221fc19a2d4635c1b612 (patch) | |
tree | 33178437b6b3f604c4a3fafc4d10a17e041d487b | |
parent | 902166bfcba9db98547b97f8fee27e2974642c69 (diff) | |
parent | 9d4c47ec6d033453cd5633ef052d191ffe956b2e (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") |