diff --git a/docs/conf.py b/docs/conf.py index 08469f9..583c653 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,11 +53,6 @@ # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] -# html_context = { -# 'css_files': [ -# '_static/theme_overrides.css', # override wide tables in RTD theme -# ], -# } html_css_files = { '_static/theme_overrides.css', # override wide tables in RTD theme }