From: Dan Timoney Date: Mon, 8 Jun 2020 13:33:41 +0000 (+0000) Subject: Merge "Update css file name in conf.py" X-Git-Tag: 2.0.0~12 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=279a547642166a05a8f1ca246a785ba978096558;hp=31670566bcb733994867993e687b72df3de63833;p=sdnc%2Foam.git Merge "Update css file name in conf.py" Former-commit-id: 5fc9ef84ef1261b098ec70b8ef401edf9c27e0ee --- 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")