diff --git a/doc/source/conf.py b/doc/source/conf.py index 8740f6aa7eef6..252670565ebff 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -245,7 +245,7 @@ "twitter_url": "https://twitter.com/pandas_dev", "google_analytics_id": "UA-27880019-2", "logo": {"image_dark": "https://pandas.pydata.org/static/img/pandas_white.svg"}, - "navbar_end": ["version-switcher", "navbar-icon-links"], + "navbar_end": ["version-switcher", "theme-switcher", "navbar-icon-links"], "switcher": { "json_url": "/versions.json", "version_match": switcher_version,