diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2020-06-05 20:18:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-06-05 20:18:13 +0000 |
commit | 47e2053949bf4a490733fbe1ae2dfc5d65436c1d (patch) | |
tree | 30615197c76aecdae43c9707c6e7d9b163bc2056 /docs | |
parent | 7cac724fc70cc723c526d39eef1e8aaf4faf941b (diff) | |
parent | 67a83622a29a9cd4ec7d6f4fedaa70328ba7fc9f (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") |