From 153ab4aa092746edd54cbe6d802c6bbee833bfb8 Mon Sep 17 00:00:00 2001 From: Mikhail Korobov Date: Tue, 22 Nov 2016 04:31:17 +0500 Subject: [PATCH] DOC hm, this seems to break rtfd --- docs/source/conf.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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