From b78ef48bb232a198882cd707ce477d2b1c8761c7 Mon Sep 17 00:00:00 2001 From: Hossein Zahaki Date: Mon, 21 Oct 2024 14:10:40 -0600 Subject: [PATCH] Update conf.py --- docs/conf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index d9de060..d664466 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,3 +54,7 @@ html_context = { "google_analytics_id": "G-RLP20V08DB", } +html_css_files = [ + 'style.css', +] +