diff options
author | lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org> | 2020-05-28 14:29:54 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-05-28 14:29:54 -0700 |
commit | 4fb83f0bb5395132dbb191c10cffc60e2129ede9 (patch) | |
tree | 5f8a4c933ad5d551291a4464b4547367bef19039 | |
parent | d45c8925df53e30c86076d6a775d9556c6dbfb8b (diff) |
Update css file name in conf.py
ribbon.css is the correct name of the css file.
Issue-ID: CIMAN-376
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: I15d8343afd33d6d51273146775bc95429e465825
Former-commit-id: 648388ed8ad913104b9594b1a4d5b057b8abc4b3
-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 23f0768c..e9db1616 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,5 +12,5 @@ intersphinx_mapping = {} html_last_updated_fmt = '%d-%b-%y %H:%M' def setup(app): - app.add_css_file("css/ribbon_onap.css") + app.add_css_file("css/ribbon.css") app.add_css_file("css/theme_overrides.css") |