Skip to content

Commit a063751

Browse files
committed
docs/conf.py: tidy up version and release
1 parent 94c4c86 commit a063751

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/conf.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@
99
import datetime
1010
import importlib
1111

12-
__version__ = version = release = importlib.metadata.version("lxml")
12+
1313
project = 'lxmlh'
1414
copyright = f'{datetime.date.today().year}, Mina Sami'
1515
author = 'Mina Sami'
16+
version = release = importlib.metadata.version("lxml")
1617

1718
# -- General configuration ---------------------------------------------------
1819
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

0 commit comments

Comments
 (0)