From 30c072f214519e71d1e9a444078c2d13a8821fea Mon Sep 17 00:00:00 2001 From: Debian Science Team Date: Sat, 1 Feb 2025 18:39:17 +0000 Subject: [PATCH] Use local logo file Author: Rebecca N. Palmer Forwarded: no Gbp-Pq: Name privacy2.patch --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index e89eda9b..ddde4080 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -245,7 +245,7 @@ html_theme_options = { "footer_start": ["pandas_footer", "sphinx-version"], "github_url": "https://github.com/pandas-dev/pandas", "twitter_url": "https://twitter.com/pandas_dev", - "logo": {"image_dark": "https://pandas.pydata.org/static/img/pandas_white.svg"}, + "logo": {"image_dark": "../../web/pandas/static/img/pandas_white.svg"}, "navbar_align": "left", "navbar_end": ["version-switcher", "theme-switcher", "navbar-icon-links"], "switcher": { -- 2.30.2