From 4de90648cf9b6082223a617197c83edfc0653f53 Mon Sep 17 00:00:00 2001 From: bharath Date: Tue, 9 Jul 2024 14:57:53 +1000 Subject: [PATCH] #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 }