We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a063751 commit 58da4abCopy full SHA for 58da4ab
docs/conf.py
@@ -13,7 +13,7 @@
13
project = 'lxmlh'
14
copyright = f'{datetime.date.today().year}, Mina Sami'
15
author = 'Mina Sami'
16
-version = release = importlib.metadata.version("lxml")
+version = release = importlib.import_module('lxmlh').__version__
17
18
# -- General configuration ---------------------------------------------------
19
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
0 commit comments