diff options
-rw-r--r-- | docs/conf.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 3b562d1d0..919596d97 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,8 +18,9 @@ linkcheck_ignore = [ intersphinx_mapping = {} +html_theme = 'sphinx_rtd_theme' html_last_updated_fmt = '%d-%b-%y %H:%M' html_theme_options = {'body_max_width': '100%'} def setup(app): - app.add_stylesheet("css/ribbon_onap.css") + app.add_stylesheet("css/ribbon.css") |