From: Debian Science Team Date: Sat, 29 Mar 2025 13:01:52 +0000 (+0000) Subject: Use local logo file X-Git-Tag: archive/raspbian/2.2.3+dfsg-9+rpi1^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=255ecc3974905c5d0b267bf2dca9269cbe9ea629;p=pandas.git Use local logo file Author: Rebecca N. Palmer Forwarded: no Gbp-Pq: Name privacy2.patch --- 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": {