From 96e52a71471bd9f9ddcd732a1aae691ff7864662 Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Tue, 4 Jul 2023 17:43:25 -0400 Subject: [PATCH] fix the CSS in the sphinx docs (#395) --- sphinx_docs/source/conf.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/sphinx_docs/source/conf.py b/sphinx_docs/source/conf.py index f64c57685..2e123caa8 100644 --- a/sphinx_docs/source/conf.py +++ b/sphinx_docs/source/conf.py @@ -165,13 +165,7 @@ def get_version(): # 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 - '_static/css/theme.css', - '_static/pygments.css' - ], -} +html_css_files = ["theme_overrides.css"] # Custom sidebar templates, must be a dictionary that maps document names # to template names.