diff --git a/docs/source/conf.py b/docs/source/conf.py index 6f092eec..79a2e2a4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -166,11 +166,11 @@ def setup(app): add_module_names = False -html_context = { - 'css_files': [ - '_static/rtd_overrides.css', # overrides for wide tables in RTD theme - ], -} +# html_context = { +# 'css_files': [ +# '_static/rtd_overrides.css', # overrides for wide tables in RTD theme +# ], +# } # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the