From 92783de26e12d80997bf6535f50743982976329a Mon Sep 17 00:00:00 2001 From: Guilherme Leobas Date: Fri, 13 Jan 2023 11:58:06 -0300 Subject: [PATCH] add logo https://github.com/pydata/pydata-sphinx-theme/issues/1094 --- doc/conf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/conf.py b/doc/conf.py index ef7763e4..f7b34c06 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -88,6 +88,10 @@ html_theme_options = { "github_url": "https://github.com/xnd-project/rbc", "use_edit_page_button": True, + "logo": { + "image_light": html_logo, + "image_dark": html_logo, + } } html_context = {