We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ce6a34 commit e40d031Copy full SHA for e40d031
1 file changed
docs/source/conf.py
@@ -27,7 +27,7 @@
27
author = "Eshaan Bansal"
28
29
# The full version, including alpha/beta/rc tags
30
-release = (pathlib.Path(__file__).parent.parent / "version.txt").read_text()
+release = (pathlib.Path(__file__).parent.parent.parent / "version.txt").read_text()
31
32
33
# -- General configuration ---------------------------------------------------
0 commit comments