From: lf-jobbuilder Date: Thu, 28 May 2020 21:03:56 +0000 (-0700) Subject: Update css file name in conf.py X-Git-Tag: 16.0.0~736^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=12bf4a596404181d07f977043483334bb8b9be87;p=doc.git 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 Change-Id: I6f7346767ec656c12ceb7e8bcfa1763e64ee2791 --- diff --git a/docs/conf.py b/docs/conf.py index 6f6f84ea5..8418da58a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -87,7 +87,7 @@ intersphinx_mapping['onap-aaf-authz'] = ('{}/onap-aaf-authz/en/%s'.format(doc_ur 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