Skip to content

Commit 49fd147

Browse files
deepaksirohiwalnoatamir
authored andcommitted
Added theme_switcher (pandas-dev#48703)
* Added theme_switcher in navbar_end Added theme_switcher in navbar_end to display the Dark/Light theme switcher * added space after comma
1 parent 9205a1c commit 49fd147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
"twitter_url": "https://twitter.com/pandas_dev",
246246
"google_analytics_id": "UA-27880019-2",
247247
"logo": {"image_dark": "https://pandas.pydata.org/static/img/pandas_white.svg"},
248-
"navbar_end": ["version-switcher", "navbar-icon-links"],
248+
"navbar_end": ["version-switcher", "theme-switcher", "navbar-icon-links"],
249249
"switcher": {
250250
"json_url": "/versions.json",
251251
"version_match": switcher_version,

0 commit comments

Comments
 (0)