Skip to content

Commit

Permalink
Added theme_switcher (pandas-dev#48703)
Browse files Browse the repository at this point in the history
* Added theme_switcher in navbar_end

Added theme_switcher in  navbar_end to display the Dark/Light theme switcher

* added space after comma
  • Loading branch information
deepaksirohiwal authored and noatamir committed Nov 9, 2022
1 parent 9205a1c commit 49fd147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 49fd147

Please sign in to comment.