From 99bc0ff3a11b63846305528000b9ca77f2a9d64a Mon Sep 17 00:00:00 2001 From: Hannes Duerr Date: Fri, 29 Mar 2024 16:07:37 +0100 Subject: [PATCH] docs: add missing html_css_files entry Signed-off-by: Hannes Duerr --- docs/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index f85cd187..d27c1fdc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -265,6 +265,9 @@ html_static_path = ['_static'] html_js_files = [ 'custom.js', ] +html_css_files = [ + 'custom.css', +] # Add any extra paths that contain custom files (such as robots.txt or # .htaccess) here, relative to this directory. These files are copied