From 356c8b685e3a872a5589522691e90bf791498980 Mon Sep 17 00:00:00 2001 From: AcuGIS Date: Thu, 6 Jun 2024 14:01:31 +0000 Subject: [PATCH] Update docs/conf.py --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index bdb4be3..4bb46d4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -43,7 +43,7 @@ html_static_path = ['_static'] # These paths are either relative to html_static_path # or fully qualified paths (eg. https://...) html_css_files = [ - 'css/custom.css', + 'custom.css', ] pygments_style = "sphinx"