We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6589f5f commit f175282Copy full SHA for f175282
docs/source/conf.py
@@ -23,10 +23,9 @@
23
copyright = '2018, Filipe Fernandes'
24
author = 'Filipe Fernandes'
25
26
-from branca._version import get_versions
+import branca
27
28
-version = release = get_versions()['version']
29
-del get_versions
+version = release = branca.__version__
30
31
32
# -- General configuration ---------------------------------------------------
@@ -64,7 +63,7 @@
64
63
#
65
# This is also used if you do content translation via gettext catalogs.
66
# Usually you set "language" from the command line for these cases.
67
-language = None
+language = "en"
68
69
# List of patterns, relative to source directory, that match files and
70
# directories to ignore when looking for source files.
0 commit comments