diff options
author | wr148d <wr148d@att.com> | 2020-05-07 13:51:09 -0400 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2020-06-03 10:43:15 -0400 |
commit | 60575b704d9b88429cb975c34b4ad232623ce075 (patch) | |
tree | 59f9aa6d43ac9214bf3c8aa4032baecf6b6531d3 | |
parent | 1d0f2e581dba5b8409ba593b749b8686661316c9 (diff) |
Update css file name in conf.py
Issue-ID: CIMAN-376
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Ifc8d85d2233e300902cdc9807bd62b903b9e09e4
-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 8f40e8b8..5371015c 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") |