From 49fd147a70566cfe3e46ade02d9d57a1effd5afe 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] Added theme_switcher (#48703) * Added theme_switcher in navbar_end Added theme_switcher in navbar_end to display the Dark/Light theme switcher * added space after comma --- 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 8740f6aa7eef61..252670565ebff0 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,