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