diff options
author | Brendan Tschaen <ctschaen@att.com> | 2020-05-28 21:40:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-05-28 21:40:00 +0000 |
commit | 91ee9d67acb1222f25274c05ee41e288a95233b6 (patch) | |
tree | 527e4f41d2e6b2a1e6304a4a5deab20e08c892a5 | |
parent | 4cd2bc6c697bda26757aa41662c4c4f5b1b63eff (diff) | |
parent | 61482decd6188d9df7a2e846fe21255677c1d28c (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 526ec693..96a85251 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")
\ No newline at end of file + app.add_stylesheet("css/ribbon.css")
\ No newline at end of file |