From 8ab5d90596dc87e66de83c61516786185a2825e7 Mon Sep 17 00:00:00 2001 From: Deepak Sirohiwal <38135521+deepaksirohiwal@users.noreply.github.com> Date: Fri, 23 Sep 2022 22:52:04 +0530 Subject: [PATCH] Backport PR #48703: Added theme_switcher --- 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 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,