diff --git a/docs/source/_static/img/tracing.png b/docs/source/_static/img/tracing.png index 91d6a82b..bb34db91 100644 Binary files a/docs/source/_static/img/tracing.png and b/docs/source/_static/img/tracing.png differ diff --git a/docs/source/conf.py b/docs/source/conf.py index 8457bbe6..1b6d884c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -114,6 +114,7 @@ html_theme_options = asdict(theme_options) # 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 = ["css/custom.css"] pygments_style = "lovelace" pygments_style_dark = "github-dark"