Skip to content

Commit 16cdcb4

Browse files
committed
docs/conf.py: fixed version_file
1 parent 8ab6466 commit 16cdcb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
copyright = f'{datetime.date.today().year}, Mina Sami'
1414
author = 'Mina Sami'
1515

16-
version_file = pathlib.Path(__file__).parent.parent / 'VERSION'
16+
version_file = pathlib.Path(__file__).parent.parent / 'lxmlh' / 'VERSION'
1717
# Read the version number from VERSION file
1818
with open(version_file, 'r', encoding='UTF-8') as vf:
1919
# The full version, including alpha/beta/rc tags

0 commit comments

Comments
 (0)