summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-06-08 13:32:57 +0000
committerGerrit Code Review <gerrit@onap.org>2020-06-08 13:32:57 +0000
commit77090e8aa727a7eac54ed9671d4dff8eda06c094 (patch)
tree47b9fd37c48afbec13c9f4d8643f8bf98b58c3a4 /docs
parent194b52a3d1917702f79ce524c9d52267b0c6d077 (diff)
parentd691e9a377f655e2bd37d313dddae1fcac5a905c (diff)
Merge "Update css file name in conf.py"
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")