Correct ReadTheDoc theme 42/108842/2
authorEric Debeau <eric.debeau@orange.com>
Fri, 5 Jun 2020 21:39:47 +0000 (23:39 +0200)
committerMorgan Richomme <morgan.richomme@orange.com>
Mon, 8 Jun 2020 06:10:23 +0000 (06:10 +0000)
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

docs/conf.py

index 6684e1c..68ef33b 100644 (file)
@@ -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")