From 1d1a92e1d3f13f48466f6562b72164d3ed1f2264 Mon Sep 17 00:00:00 2001 From: Eric Debeau Date: Fri, 5 Jun 2020 23:39:47 +0200 Subject: Correct ReadTheDoc theme The current theme is different from other ONAP projects Corrcet conf.py to be aligned with ONAP Issue-ID: INT-1615 Signed-off-by: Eric Debeau Change-Id: I57c7793702ca659a074f998931ec11a94fff466d (cherry picked from commit 3286e05b7d8917702e823f85ed4cf0011b18b62c) --- docs/conf.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 6684e1c8b..68ef33b1a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,9 +18,7 @@ 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.css") + app.add_css_file("css/ribbon.css") -- cgit 1.2.3-korg