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:
zatwierdzone przez
Karl W. Schulz
rodzic
fc24ad1d7d
commit
f0dcfcb34f
@@ -0,0 +1 @@
|
||||
1.0.10
|
||||
@@ -20,8 +20,8 @@ sys.path.insert(0, os.path.abspath(".."))
|
||||
|
||||
repo_version = "unknown"
|
||||
# Determine short version by file in repo
|
||||
if os.path.isfile("../../VERSION"):
|
||||
with open("../../VERSION") as f:
|
||||
if os.path.isfile("./VERSION"):
|
||||
with open("./VERSION") as f:
|
||||
repo_version = f.readline().strip()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user