Skip to content

Commit b973229

Browse files
committed
Update conf.py
1 parent ad7dfed commit b973229

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
html_theme_options = {
107107
"switcher": {
108108
"json_url": "https://python-visualization.github.io/folium/latest/_static/switcher.json",
109-
"version_match": "latest" if ".dev+" in version else version,
109+
"version_match": "latest" if ".dev" in version else version,
110110
},
111111
"navbar_start": ["navbar-logo", "version-switcher"],
112112
"footer_start": ["version", "copyright", "sphinx-version", "theme-version"],

0 commit comments

Comments
 (0)