diff options
author | Sunder Tattavarada <statta@research.att.com> | 2020-08-03 18:56:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-08-03 18:56:41 +0000 |
commit | 3f22ef1f00477e4d697b0df5c6e2c8f81ea18fa2 (patch) | |
tree | 7073ae29366e6757eee9840a6962cafd1eb2cb90 | |
parent | 1e6757ca212e16cdec3ea4bbfc0866a87a58e8ff (diff) | |
parent | 35e822fcd9519c840e18f664bf20254057c38938 (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") |