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', +] +