diff options
author | lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org> | 2020-05-28 14:03:56 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-05-28 14:03:56 -0700 |
commit | 12bf4a596404181d07f977043483334bb8b9be87 (patch) | |
tree | b99819adc0647375cbfed0208bf83ac6ef712654 | |
parent | be1481f3298e405442c0ee857a3c5bf1b7dc8840 (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: I6f7346767ec656c12ceb7e8bcfa1763e64ee2791
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |