1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: Use local logo file
Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Forwarded: no
--- 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": {
|