From f6337dd95e398002531f4acd66dbac482d9c47c2 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 13 Mar 2025 14:19:31 +0100 Subject: [PATCH] doc/conf.py: remove the "~git" version suffix in the 0.24 stable branch --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index cf628a3fa..aa82a9545 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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.