Skip to content

Commit 37fbb59

Browse files
committed
Fix get_version in docs
1 parent 94e07aa commit 37fbb59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def get_version():
2323
with open("../pyproject.toml", "rb") as f:
2424
pyproject = tomllib.load(f)
2525

26-
return pyproject["tool"]["poetry"]["version"]
26+
return pyproject["project"]["version"]
2727

2828

2929
# -- Project information -----------------------------------------------------

0 commit comments

Comments
 (0)