Skip to content

Commit e40d031

Browse files
authored
fix docs conf.py (#22)
1 parent 1ce6a34 commit e40d031

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
author = "Eshaan Bansal"
2828

2929
# The full version, including alpha/beta/rc tags
30-
release = (pathlib.Path(__file__).parent.parent / "version.txt").read_text()
30+
release = (pathlib.Path(__file__).parent.parent.parent / "version.txt").read_text()
3131

3232

3333
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)