aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Debeau <eric.debeau@orange.com>2020-06-05 23:39:47 +0200
committerMorgan Richomme <morgan.richomme@orange.com>2020-06-08 06:10:34 +0000
commit1d1a92e1d3f13f48466f6562b72164d3ed1f2264 (patch)
treee03b08e6354a1a25380b6a1aa84e0c9fcb25ecf3
parent08bd1711af9ee14d496b56816a560730c424da92 (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 (cherry picked from commit 3286e05b7d8917702e823f85ed4cf0011b18b62c)
-rw-r--r--docs/conf.py4
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")