summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorlf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>2020-05-28 14:32:20 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2020-05-28 14:32:20 -0700
commitc4367581f11f062ee5bc96764d0140e08abc61e7 (patch)
tree261c2309cdd8e30476ca2c9d2b0188880e43b8d2 /docs/conf.py
parentfdc04037a97d0bdcaab7d4dda38a46bd5654b345 (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: I68f67046bc1e965fb6553d6dcb61ed7d51ccbb16
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 5b7f327..3ad4c8c 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -13,7 +13,7 @@ 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")
from docutils.parsers.rst import directives