doc/conf.py: remove the "~git" version suffix in the 0.24 stable branch

This commit is contained in:
Max Kellermann 2025-03-13 14:19:31 +01:00
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.