diff options
-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") |