X-Git-Url: https://gerrit.onap.org/r/gitweb?p=ccsdk%2Fdistribution.git;a=blobdiff_plain;f=docs%2Fconf.py;fp=docs%2Fconf.py;h=23f0768ccbd1287e6879c7900a1639b5d0207c8e;hp=8f40e8b8175c7daa10472f8ec6d15de5af43df34;hb=9f846251aaac86c258fe44f71c00c72442a742ed;hpb=2b93241b3d560bb9a58439d58ac82207af30b5d8 diff --git a/docs/conf.py b/docs/conf.py index 8f40e8b8..23f0768c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,4 +12,5 @@ intersphinx_mapping = {} html_last_updated_fmt = '%d-%b-%y %H:%M' def setup(app): - app.add_stylesheet("css/ribbon_onap.css") + app.add_css_file("css/ribbon_onap.css") + app.add_css_file("css/theme_overrides.css")