aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2020-11-04 13:12:02 -0800
committerJessica Wagantall <jwagantall@linuxfoundation.org>2020-11-04 13:12:20 -0800
commitf7146e87ecdd1d92e83158667c3322bb4e64f754 (patch)
tree244ee7b462d45ac64b298df9e5d17b8f68a5ec0e
parent1e8f10efeff5b2e7c411b76ea7fea7edf8f1cafd (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: I54a7ad21386d1a8b61dafcdcc12e6986442b4328
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 8f40e8b..5371015 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")