From ceb7880f95285adc80b5372cb72c833f60c8c42f Mon Sep 17 00:00:00 2001 From: Serhii Koropets <33310880+koropets@users.noreply.github.com> Date: Tue, 30 May 2023 21:03:24 +0300 Subject: [PATCH] Fix commit in docs/conf.py (#1323) --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 4500f4113..8f95a6199 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,7 +24,7 @@ author = "Equinor ASA" version = gordo.__version__ _parsed_version = parse_version(version) -commit = f"v{version}" if type(_parsed_version) is GordoRelease and not _parsed_version.suffix else "HEAD" +commit = f"{version}" if type(_parsed_version) is GordoRelease and not _parsed_version.suffix else "HEAD" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration