From 7f9f68c820ed03f4ee701a1fe0e4e0c21fb9203d Mon Sep 17 00:00:00 2001 From: Baris Sari Date: Tue, 16 Feb 2021 12:24:09 +0300 Subject: [PATCH] Fix Sphinx error --- docs/conf.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 70c679748..b7686e6e5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -63,11 +63,7 @@ # 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 # -- Extension configuration -------------------------------------------------