Index: folium/docs/conf.py
===================================================================
--- folium.orig/docs/conf.py
+++ folium/docs/conf.py
@@ -112,7 +112,7 @@ html_theme_options = {
         "json_url": "https://python-visualization.github.io/folium/dev/_static/switcher.json",
         "version_match": "dev" if ".dev" in version else version,
     },
-    "navbar_start": ["navbar-logo", "version-switcher"],
+    "navbar_start": ["navbar-logo"],
     "footer_start": ["version", "copyright", "sphinx-version", "theme-version"],
     "icon_links": [
         {
@@ -297,6 +297,8 @@ autodoc_default_options = {
     "no-value": "default_js,default_css",
 }
 
-nbsphinx_custom_formats = {
-    ".md": ["jupytext.reads", {"fmt": "mystnb"}],
-}
+#nbsphinx_custom_formats = {
+#    ".md": ["jupytext.reads", {"fmt": "mystnb"}],
+#}
+
+
