Skip to content

Commit 0e0662d

Browse files
committed
Fix the code to read the version number
1 parent 1f8f24a commit 0e0662d

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
@@ -57,7 +57,7 @@
5757
#
5858

5959
def read_project_version():
60-
f = open("VERSION.txt")
60+
f = open("../VERSION.txt")
6161
version = f.readline().strip()
6262
f.close()
6363

0 commit comments

Comments
 (0)