Skip to content

Commit f175282

Browse files
committed
no more versioneer
1 parent 6589f5f commit f175282

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/source/conf.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@
2323
copyright = '2018, Filipe Fernandes'
2424
author = 'Filipe Fernandes'
2525

26-
from branca._version import get_versions
26+
import branca
2727

28-
version = release = get_versions()['version']
29-
del get_versions
28+
version = release = branca.__version__
3029

3130

3231
# -- General configuration ---------------------------------------------------
@@ -64,7 +63,7 @@
6463
#
6564
# This is also used if you do content translation via gettext catalogs.
6665
# Usually you set "language" from the command line for these cases.
67-
language = None
66+
language = "en"
6867

6968
# List of patterns, relative to source directory, that match files and
7069
# directories to ignore when looking for source files.

0 commit comments

Comments
 (0)