From d4218aedac18cbe9364a0a0df10ab992c4b65e4f Mon Sep 17 00:00:00 2001 From: Yunlong Song Date: Mon, 15 May 2023 10:41:51 +0200 Subject: [PATCH] documents fixed --- 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 cdcdb5887e..660ad59819 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -62,8 +62,8 @@ # 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_context = { +# 'css_files': [ +# '_static/theme_overrides.css', # override wide tables in RTD theme +# ], +# }