diff options
author | Eric Debeau <eric.debeau@orange.com> | 2020-06-05 23:39:47 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2020-06-08 06:10:23 +0000 |
commit | 3286e05b7d8917702e823f85ed4cf0011b18b62c (patch) | |
tree | 97c495aa3075b5397503610f8170ccf3094de5aa | |
parent | 38af9cf7166b119d34fd89c10c172beede5f5b7b (diff) |
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 <eric.debeau@orange.com>
Change-Id: I57c7793702ca659a074f998931ec11a94fff466d
-rw-r--r-- | docs/conf.py | 4 |
1 files changed, 1 insertions, 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") |