We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ab6466 commit 16cdcb4Copy full SHA for 16cdcb4
docs/conf.py
@@ -13,7 +13,7 @@
13
copyright = f'{datetime.date.today().year}, Mina Sami'
14
author = 'Mina Sami'
15
16
-version_file = pathlib.Path(__file__).parent.parent / 'VERSION'
+version_file = pathlib.Path(__file__).parent.parent / 'lxmlh' / 'VERSION'
17
# Read the version number from VERSION file
18
with open(version_file, 'r', encoding='UTF-8') as vf:
19
# The full version, including alpha/beta/rc tags
0 commit comments