Skip to content

Commit

Permalink
Fix commit in docs/conf.py (#1323)
Browse files Browse the repository at this point in the history
  • Loading branch information
koropets authored May 30, 2023
1 parent d5a0842 commit ceb7880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ceb7880

Please sign in to comment.