diff options
| author | Adam Janovsky | 2022-04-26 08:30:49 +0200 |
|---|---|---|
| committer | Adam Janovsky | 2022-04-26 08:30:49 +0200 |
| commit | d04b507ab033bc0d53dc118bc1ac7772967d0b83 (patch) | |
| tree | f3a78588e4871a479f9dd64e639ebbd6b6d53091 /docs | |
| parent | c1fc65a26861d30cba7cccf3f1900a5b31ca237e (diff) | |
| download | sec-certs-d04b507ab033bc0d53dc118bc1ac7772967d0b83.tar.gz sec-certs-d04b507ab033bc0d53dc118bc1ac7772967d0b83.tar.zst sec-certs-d04b507ab033bc0d53dc118bc1ac7772967d0b83.zip | |
non-conflicting version variable name
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py index 6eb14738..b821cd0a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -13,7 +13,7 @@ # import os # import sys # sys.path.insert(0, os.path.abspath(".")) -from importlib.metadata import version +from importlib.metadata import version as get_version # -- Project information ----------------------------------------------------- @@ -23,7 +23,7 @@ author = "Adam Janovsky, Petr Svenda, Jan Jancar, Jiri Michalik, Stanislav Bobon # The full version, including alpha/beta/rc tags # Note thas this inference won't work from Docker: https://github.com/pypa/setuptools_scm/#usage-from-docker -release = version("sec-certs") +release = get_version("sec-certs") # -- General configuration --------------------------------------------------- |
