read_git_commit_timestamp¶
- 
documenteer.sphinxconfig.utils.read_git_commit_timestamp(repo_path=None)¶
- Obtain the timestamp from the current head commit of a Git repository. - Parameters: - Returns: - commit_timestamp : datetime.datetime
- The datetime of the head commit. 
 
- commit_timestamp :