get_project_content_commit_date¶
- 
documenteer.sphinxconfig.utils.get_project_content_commit_date(root_dir='.', exclusions=None)¶
- Get the datetime for the most recent commit to a project that affected Sphinx content. - Content is considered any file with one of these extensions: - rst(README.rst and LICENSE.rst are excluded)
- ipynb
- png
- jpeg
- jpg
- svg
- gif
 - This function allows project infrastructure and configuration files to be updated without changing the timestamp. - Parameters: - Returns: - commit_date : datetime.datetime
- Datetime of the most recent content commit. 
 - Raises: - RuntimeError
- Raised if no content files are found.