summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorlf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>2020-05-28 13:59:16 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2020-05-28 13:59:16 -0700
commitd691e9a377f655e2bd37d313dddae1fcac5a905c (patch)
tree3fd922d84ab2356824a269a1e3d018dd478b877d /docs
parentff21fbb2e3d52f1ca80a9adfd6a8c8bf01b5f6d2 (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: I9f0699d403633f1c0b2761da2cb22e33afcd0666
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
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")