diff options
author | Mandar Sawant <ms5838@att.com> | 2020-08-05 13:18:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-08-05 13:18:51 +0000 |
commit | 9c49e106ec7a8d9d391456afa0e2d84d3f313220 (patch) | |
tree | 50bae13782bfe3084e5ff7d950182ffd19fb2293 | |
parent | f54541e18ea362ee04f4cf34a640016090aa3a7e (diff) | |
parent | 42052f5b2686ab7b2e80ae6f5ff24b5fb0ecd223 (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 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") |