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