doc/conf.py: remove the "~git" version suffix in the 0.24 stable branch
This commit is contained in:
parent
42fc26cc6d
commit
f6337dd95e
@ -43,7 +43,7 @@ with open('../meson.build') as f:
|
||||
version = re.match(r"project\([^\)]*\bversion:\s*'([^']+)'",
|
||||
f.read(4096)).group(1)
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = version + '~git'
|
||||
#release = version + '~git'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
Loading…
x
Reference in New Issue
Block a user