We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b973229 commit 888ef6aCopy full SHA for 888ef6a
1 file changed
docs/conf.py
@@ -54,9 +54,9 @@
54
# |version| and |release|, also used in various other places throughout the
55
# built documents.
56
57
-from importlib.metadata import version as get_version
+import folium
58
59
-version = release = get_version("folium")
+version = release = folium.__version__
60
print(f"Version: {version}")
61
62
# The language for content autogenerated by Sphinx. Refer to documentation
0 commit comments