From 867c6e894d40f25cac203c1ff932fbb841906f60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Ricart?= Date: Mon, 17 Feb 2025 10:40:14 +0100 Subject: [PATCH] fix css in theme --- source/conf.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/conf.py b/source/conf.py index e011d58..742f616 100644 --- a/source/conf.py +++ b/source/conf.py @@ -29,4 +29,8 @@ html_static_path = ['_static'] # These paths are either relative to html_static_path # or fully qualified paths (eg. https://...) -html_style = 'css/custom.css' +#html_style = 'css/custom.css' +html_css_files = [ + 'css/custom.css', +] +