From 7f5e204f0a8cb831b93c35db41f5a7ec245c910e Mon Sep 17 00:00:00 2001 From: Chris Mackey Date: Tue, 15 Oct 2024 20:19:18 -0700 Subject: [PATCH] ci(docs): Fix the docs --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index acff208..8a59a4e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -124,6 +124,7 @@ # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] +html_css_files = ['custom.css'] # Custom sidebar templates, must be a dictionary that maps document names # to template names.