diff --git a/doc/conf.py b/doc/conf.py index 57e177d8..215db108 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -105,11 +105,9 @@ html_logo = 'images/logo.svg' # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] -html_context = { - 'css_files' : [ - '_static/theme_overrides.css', # Fix wide tables in RTD theme - ], - } +html_css_files = [ + '_static/theme_overrides.css', # Fix wide tables in RTD theme +] # -- Options for LaTeX output ---------------------------------------------