From 54e23f4bd916e186204662209fd8771cccb291f9 Mon Sep 17 00:00:00 2001 From: Bart Feenstra Date: Sun, 28 Jul 2024 16:06:52 +0100 Subject: [PATCH] Do not explicitly set a documentation version ourselves, as it was wrong the way we did it (#1793) --- documentation/conf.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/documentation/conf.py b/documentation/conf.py index c42b4b280..53cd8f488 100644 --- a/documentation/conf.py +++ b/documentation/conf.py @@ -24,8 +24,6 @@ sys.path.insert(0, str(Path(betty.__file__).parent.parent)) project = "Betty" -version = wait_to_thread(about.version()) or "" -release = wait_to_thread(about.version_label()) copyright = "Bart Feenstra and contributors" # noqa A001 intersphinx_mapping = { "aiohttp": ("https://docs.aiohttp.org/en/stable/", None),