From be7593b7817397227cd56fe57c6bbafbfb1f2976 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Wed, 8 Feb 2023 00:29:26 +0100 Subject: [PATCH] Add project logo to docs --- docs/_static/extra.css | 4 ++++ docs/conf.py | 1 + 2 files changed, 5 insertions(+) diff --git a/docs/_static/extra.css b/docs/_static/extra.css index 7d0dd52d..f97cc7f5 100644 --- a/docs/_static/extra.css +++ b/docs/_static/extra.css @@ -45,3 +45,7 @@ body { padding: 0.5em 1em; } } + +.sidebar-logo { + max-width: 150px; +} diff --git a/docs/conf.py b/docs/conf.py index 368acbae..17556168 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -93,6 +93,7 @@ html_theme = "furo" html_favicon = "https://i.imgur.com/nPCcxts.png" +html_logo = "https://i.imgur.com/nPCcxts.png" html_static_path = ["_static"] html_css_files = ["extra.css"]