Skip to content

Commit a0ac7ce

Browse files
fix: use correct file path
1 parent 6f996c9 commit a0ac7ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
copyright = "2025, Vish M"
1717
author = "Vish M"
1818

19-
with open("../autumn/__init__.py", "r") as f:
19+
with open("../../autumn/__init__.py", "r") as f:
2020
version = re.search(r'__version__\s*=\s*[\'"]([^\'"]*)[\'"]', f.read(), re.MULTILINE).group(1) # type: ignore
2121

2222
release = version

0 commit comments

Comments
 (0)