X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=e9db16167d576c7178e675593c2691b0a0c604ae;hb=9a44c20511157eb6bb35254712020c82cf786211;hp=8f40e8b8175c7daa10472f8ec6d15de5af43df34;hpb=6497df0a06028508586fc3a272d47974e97034c9;p=ccsdk%2Fdistribution.git diff --git a/docs/conf.py b/docs/conf.py index 8f40e8b8..e9db1616 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.css") + app.add_css_file("css/theme_overrides.css")