adding a local 1.x VERSION for the doc build
Signed-off-by: Karl W. Schulz <karl.schulz@amd.com>
This commit is contained in:
committed by
Karl W. Schulz
parent
fc24ad1d7d
commit
f0dcfcb34f
@@ -0,0 +1 @@
|
|||||||
|
1.0.10
|
||||||
@@ -20,8 +20,8 @@ sys.path.insert(0, os.path.abspath(".."))
|
|||||||
|
|
||||||
repo_version = "unknown"
|
repo_version = "unknown"
|
||||||
# Determine short version by file in repo
|
# Determine short version by file in repo
|
||||||
if os.path.isfile("../../VERSION"):
|
if os.path.isfile("./VERSION"):
|
||||||
with open("../../VERSION") as f:
|
with open("./VERSION") as f:
|
||||||
repo_version = f.readline().strip()
|
repo_version = f.readline().strip()
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user