From: Debian Science Team Date: Tue, 28 Jan 2025 22:18:06 +0000 (+0000) Subject: Use local logo file X-Git-Tag: archive/raspbian/2.2.3+dfsg-7+rpi1^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0adcfca4dcae76604563e63cad35e38db8ebd361;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": {