From f4233af9a3e0a612c4045c147aec7f27c19ea33b Mon Sep 17 00:00:00 2001 From: bharath Date: Tue, 9 Jul 2024 14:56:50 +1000 Subject: [PATCH 1/2] #171 fix css --- docs/conf.py | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 2dfcd3b..08469f9 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,10 +53,13 @@ # 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_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 } From 4de90648cf9b6082223a617197c83edfc0653f53 Mon Sep 17 00:00:00 2001 From: bharath Date: Tue, 9 Jul 2024 14:57:53 +1000 Subject: [PATCH 2/2] #171 fix css --- docs/conf.py | 5 ----- 1 file changed, 5 deletions(-) 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 }